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",
"background": {
"type": "module",
"service_worker": "js\/background.js"
},
"description": "Use the right-click menu to search for selected text in different search engines",
"icons": {
"16": "images\/ico16.png",
"48": "images\/ico48.png",
"128": "images\/ico128.png"
},
"manifest_version": 3,
"minimum_chrome_version": "88",
"name": "Context Menu Search Plus",
"options_page": "options.html",
"permissions": [
"contextMenus",
"tabs",
"storage"
],
"version": "1.0.1"
}