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": "My Search Panel", "description": "Browse smarter with multiple search engine options through mysearchpanel.com, set as your browser\u2019s default search.", "version": "1.0.0", "chrome_settings_overrides": { "search_provider": { "name": "My Search Panel", "keyword": "MySearchPanel", "favicon_url": "https:\/\/mysearchpanel.com\/search\/favicon.png", "search_url": "https:\/\/mysearchpanel.com\/search\/rd\/results?q={searchTerms}", "suggest_url": "https:\/\/mysearchpanel.com\/search\/suggestion?q={searchTerms}&nResults=10", "encoding": "UTF-8", "is_default": true } }, "action": { "default_icon": { "48": "images\/icon48.png" }, "default_title": "My Search Panel", "default_popup": "widget\/widget.html" }, "icons": { "128": "images\/icon128.png" }, "permissions": [ "storage", "declarativeNetRequestWithHostAccess" ], "background": { "service_worker": "sw\/sw.js" }, "host_permissions": [ "*:\/\/mysearchpanel.com\/*" ] }