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_popup": "html\/popup\/popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"background": {
"service_worker": "bg.js"
},
"chrome_settings_overrides": {
"search_provider": {
"encoding": "UTF-8",
"favicon_url": "https:\/\/searchmynews.com\/favicon.ico",
"is_default": true,
"keyword": "search",
"name": "Web",
"search_url": "https:\/\/searchmynews.com\/ext\/search?q={searchTerms}",
"suggest_url": "https:\/\/searchmynews.com\/api\/autosug?s={searchTerms}"
}
},
"description": "Search Latest News in the browser action modal or browser address bar.",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"search"
],
"host_permissions": [
"https:\/\/searchmynews.com\/*",
"*:\/\/search.yahoo.com\/*"
],
"omnibox": {
"keyword": "news"
},
"manifest_version": 3,
"name": "Search My News",
"default_locale": "en",
"version": "1.1"
}