Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Search My Site",
"description": "Type s to search",
"version": "1.3",
"omnibox": {
"keyword": "s"
},
"icons": {
"16": "64.png",
"48": "48.png",
"128": "128.png"
},
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"options_page": "options.html",
"permissions": [
"storage"
]
}