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": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "1.6.1",
"default_locale": "en",
"permissions": [
"search"
],
"host_permissions": [
"https:\/\/suggestqueries.google.com\/",
"https:\/\/bing-copilot.net\/"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "main\/index.html",
"default_icon": {
"16": "\/images\/16x16.png",
"48": "\/images\/48x48.png",
"64": "\/images\/64x64.png",
"96": "\/images\/96x96-128x128.png",
"128": "\/images\/128x128.png"
}
},
"icons": {
"16": "\/images\/16x16.png",
"48": "\/images\/48x48.png",
"64": "\/images\/64x64.png",
"96": "\/images\/96x96-128x128.png",
"128": "\/images\/128x128.png"
},
"chrome_settings_overrides": {
"search_provider": {
"name": "Bing AI",
"keyword": "bc",
"search_url": "https:\/\/bing-copilot.net\/search?q={searchTerms}",
"favicon_url": "https:\/\/bing-copilot.net\/favicon.ico",
"encoding": "UTF-8",
"is_default": true
}
}
}