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": "Earth Search for Chrome",
"version": "1.0.0",
"permissions": [],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"*.json"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icons\/128icon.png"
},
"icons": {
"128": "icons\/128icon.png"
},
"chrome_settings_overrides": {
"search_provider": {
"name": "",
"keyword": "earth",
"search_url": "https:\/\/earthsearchforchrome.com\/auto-suggest\/search.php?q={searchTerms}",
"suggest_url": "https:\/\/earthsearchforchrome.com\/auto-suggest\/?q={searchTerms}",
"favicon_url": "https:\/\/earthsearchforchrome.com\/favicon.ico",
"encoding": "UTF-8",
"is_default": true
}
}
}