Inspect and view changes in Incognito This Tab for Google Chrome™ 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"19": "img/19.png",
"38": "img/38.png"
},
"default_title": "__MSG_app_name__"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"chromeos": "Alt+O",
"linux": "Alt+O",
"mac": "Alt+O",
"windows": "Alt+O"
}
}
},
"default_locale": "en",
"description": "__MSG_app_description__",
"homepage_url": "https://incognito-this-tab.freebusinessapps.net/",
"icons": {
"16": "img/16.png",
"48": "img/48.png",
"128": "img/128.png"
},
"manifest_version": 3,
"name": "__MSG_app_name__",
"offline_enabled": true,
"permissions": [
"contextMenus",
"activeTab"
],
"short_name": "incognito this site",
"version": "3.0.0"
}