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",
"action": {
"default_icon": {
"32": "images\/icon_32.png",
"64": "images\/icon_64.png",
"128": "images\/icon_128.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"chrome_settings_overrides": {
"search_provider": {
"encoding": "UTF-8",
"favicon_url": "https:\/\/searchtoggler.com\/favicon.ico",
"is_default": true,
"keyword": "search",
"name": "Engine",
"search_url": "https:\/\/searchtoggler.com\/ext\/search?src=default&q={searchTerms}"
}
},
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "redirectRules",
"path": "redirect-rules.json"
}
]
},
"description": "A simple and intuitive Chrome extension that allows you to easily switch between your favorite search engines",
"host_permissions": [
"https:\/\/searchtoggler.com\/*"
],
"icons": {
"32": "images\/icon_32.png",
"64": "images\/icon_64.png",
"128": "images\/icon_128.png"
},
"manifest_version": 3,
"name": "Search Toggler",
"permissions": [
"storage",
"declarativeNetRequest"
],
"default_locale": "en",
"version": "1.1"
}