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": "Search in Incognito",
"version": "0.1",
"description": "Initiate searches in Google Incognito mode directly from the context menu for any selected text.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"contextMenus",
"windows"
],
"background": {
"service_worker": "background.js"
},
"manifest_version": 3,
"default_locale": "en"
}