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", "manifest_version": 3, "name": "__MSG_appName__", "version": "2.0.1", "description": "__MSG_appDescription__", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png" }, "default_locale": "en", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "icons\/icon-19.png", "48": "icons\/icon-48.png" }, "default_title": "Planet Search", "default_popup": "popup.html" }, "chrome_settings_overrides": { "search_provider": { "name": "Planet Search", "keyword": "Planet Search", "search_url": "https:\/\/planet-search.com\/search\/?q={searchTerms}", "favicon_url": "https:\/\/planet-search.com\/favicon.ico", "suggest_url": "https:\/\/planet-search.com\/suggest?q={searchTerms}", "encoding": "UTF-8", "is_default": true } } }