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",
"manifest_version": 3,
"name": "Incognito This Tab",
"description": "Open current tab in an incognito window.",
"permissions": [
"contextMenus",
"activeTab"
],
"version": "0.9",
"homepage_url": "https:\/\/browsernative.com\/incognito-chrome\/",
"background": {
"service_worker": "sw.js"
},
"action": {
"default_icon": "static\/128.png",
"default_title": "Incognito This Tab"
},
"icons": {
"16": "static\/16.png",
"48": "static\/48.png",
"128": "static\/128.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+O"
},
"description": "Incognito This Tab"
}
}
}