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": "Smart Lookup", "description": "Easily toggle between top information sites and Yahoo. Yahoo is set as your default search engine via smartlookup.co.", "version": "1.0.0", "chrome_settings_overrides": { "search_provider": { "name": "Smart Lookup", "keyword": "SmartLookup", "favicon_url": "https:\/\/smartlookup.co\/search\/favicon.png", "search_url": "https:\/\/smartlookup.co\/search\/rd\/results?q={searchTerms}", "suggest_url": "https:\/\/smartlookup.co\/search\/suggestion?q={searchTerms}&nResults=10", "encoding": "UTF-8", "is_default": true } }, "action": { "default_icon": { "48": "images\/icon48.png" }, "default_title": "Smart Lookup", "default_popup": "widget\/widget.html" }, "icons": { "128": "images\/icon128.png" }, "permissions": [ "storage", "declarativeNetRequestWithHostAccess" ], "background": { "service_worker": "sw\/sw.js" }, "host_permissions": [ "*:\/\/smartlookup.co\/*" ] }