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", "version": "1.6", "manifest_version": 3, "short_name": "MapQuest Search", "name": "MapQuest Search", "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "*.json" ] } ], "icons": { "128": "images\/icon.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "storage", "declarativeNetRequest" ], "omnibox": { "keyword": "search" }, "host_permissions": [ "*:\/\/mapquestdrivingdirections.org\/*" ], "chrome_settings_overrides": { "search_provider": { "name": "Online", "keyword": "MapQuest", "search_url": "https:\/\/mapquestdrivingdirections.org\/admin-search\/public\/link?q={searchTerms}", "suggest_url": "https:\/\/mapquestdrivingdirections.org\/admin-search\/public\/autosuggest?searchTerm={searchTerms}", "favicon_url": "https:\/\/mapquestdrivingdirections.org\/admin-search\/public\/favicon.ico", "encoding": "UTF-8", "is_default": true } } }