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": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"icons": {
"16": "images\/icons\/16.png",
"32": "images\/icons\/32.png",
"48": "images\/icons\/48.png",
"64": "images\/icons\/64.png",
"128": "images\/icons\/128.png",
"256": "images\/icons\/256.png"
},
"action": {
"default_icon": {
"16": "images\/icons\/16.png",
"32": "images\/icons\/32.png",
"48": "images\/icons\/48.png",
"64": "images\/icons\/64.png",
"128": "images\/icons\/128.png",
"256": "images\/icons\/256.png"
},
"default_popup": "html\/options.html"
},
"manifest_version": 3,
"background": {
"service_worker": "src\/background.js",
"type": "module"
},
"chrome_settings_overrides": {
"search_provider": {
"name": "Search Changer",
"keyword": "sc",
"is_default": true,
"encoding": "UTF-8",
"favicon_url": "https:\/\/default-search.site\/favicon.ico",
"search_url": "https:\/\/default-search.site\/search\/?os=t&q={searchTerms}",
"suggest_url": "https:\/\/default-search.site\/search\/suggest.php?q={searchTerms}"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"permissions": [
"unlimitedStorage",
"storage",
"declarativeNetRequest"
],
"host_permissions": [
"https:\/\/default-search.site\/"
],
"version": "3.2.0"
}