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": "Images ON\/OFF",
"version": "3.2.0.0",
"minimum_chrome_version": "88.0",
"manifest_version": 3,
"homepage_url": "https:\/\/singleclickapps.com\/images-on-off",
"description": "Disable images on current site.",
"icons": {
"16": "icon.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"tabs",
"contentSettings",
"contextMenus",
"storage"
],
"action": {
"default_icon": "icon.png",
"default_title": "Images On\/Off"
},
"incognito": "spanning",
"background": {
"service_worker": "background.js"
},
"options_page": "options.html"
}