Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"background": {
"service_worker": "background.js"
},
"default_locale": "en_US",
"action": {
"default_icon": {
"19": "image\/19.png",
"38": "image\/38.png"
},
"default_title": "Incognito"
},
"commands": {
"run-foo": {
"suggested_key": {
"default": "Alt+O",
"mac": "Alt+O"
},
"description": "Run \"foo\" on the current page."
},
"_execute_action": {
"suggested_key": {
"windows": "Alt+O",
"mac": "Alt+O",
"chromeos": "Alt+O",
"linux": "Alt+O"
}
}
},
"icons": {
"16": "image\/16.png",
"48": "image\/48.png",
"128": "image\/128.png"
},
"manifest_version": 3,
"homepage_url": "https:\/\/app-how-to-use-it.com\/incognito-this-tab-for-chrome\/",
"permissions": [
"tabs",
"alarms",
"storage",
"notifications",
"contextMenus",
"activeTab"
],
"offline_enabled": true,
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.1"
}