Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Save Image As PNG",
"description": "Adds the \"Save Image As PNG\" option to the context menu of images.",
"version": "1.0.3",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"permissions": [
"activeTab",
"contextMenus",
"downloads",
"offscreen",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"incognito": "split",
"minimum_chrome_version": "106"
}