Inspect and view changes in Large Image Blocker source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Large Image Blocker",
"developer": {
"name": "Kai M."
},
"description": "Block images exceeding a user defined file size.",
"manifest_version": 2,
"version": "0.3",
"icons": {
"128": "icons/images-128.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"<all_urls>",
"storage",
"activeTab",
"tabs"
],
"browser_action": {
"default_popup": "popup.html",
"browser_style": true,
"default_icon": {
"16": "icons/images-128.png",
"32": "icons/images-128.png"
}
},
"background": {
"scripts": [
"background_script.js"
]
},
"applications": {
"gecko": {
"id": "{3ae6fc68-791d-4fa1-b839-57f1dd5b1c3a}"
}
}
}