Inspect and view changes in Briteinno Images Save as 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
{
"manifest_version": 2,
"name": "Briteinno Images Format Save as",
"version": "1.0",
"description": "Save images in multiple formats directly from the context menu.",
"permissions": [
"contextMenus",
"downloads",
"activeTab",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{bbc580b3-60b2-46e7-a548-b23f06efc5ae}"
}
}
}