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",
"version": "1.0.16",
"manifest_version": 3,
"name": "__MSG_ExtnName__",
"description": "__MSG_ExtnDescription__",
"default_locale": "en",
"action": {
"default_popup": "index.html"
},
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"permissions": [
"storage",
"cookies",
"tabs",
"alarms",
"contextMenus",
"notifications",
"scripting"
],
"externally_connectable": {
"matches": [
"https:\/\/www.bing.com\/*",
"https:\/\/browserdefaults.microsoft.com\/*"
]
},
"background": {
"service_worker": ".\/scripts\/rootServiceWorker.js"
},
"chrome_settings_overrides": {
"search_provider": {
"is_default": true,
"prepopulated_id": 3,
"search_url": "https:\/\/www.bing.com\/search?EID=GWB&FORM=MY01DC&PC=U569&q={searchTerms}",
"suggest_url": "https:\/\/www.bing.com\/osjson.aspx?FORM=MY01DC&PC=U569&query={searchTerms}"
}
},
"icons": {
"16": ".\/assets\/icon_16x16.png",
"32": ".\/assets\/icon_32x32.png",
"64": ".\/assets\/icon_64x64.png",
"128": ".\/assets\/icon_128x128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"matches": [],
"resources": [
"assets\/*png",
"templates\/quickSearch.html"
]
}
]
}