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": "__MSG_extName__", "short_name": "__MSG_extName__", "version": "1", "description": "__MSG_description__", "default_locale": "en", "homepage_url": "https:\/\/earth3dmaps.com", "author": "earth3dmaps.com", "icons": { "16": "images\/icon\/icon16.png", "32": "images\/icon\/icon32.png", "48": "images\/icon\/icon48.png", "128": "images\/icon\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": "images\/icon\/icon32.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage" ], "chrome_settings_overrides": { "search_provider": { "name": "Online", "keyword": "Eearth Maps Search", "favicon_url": "https:\/\/bestfreemaps.com\/ext.png", "search_url": "https:\/\/bestfreemaps.com\/search-earth.php?q={searchTerms}", "encoding": "UTF-8", "instant": true, "is_default": true } }, "offline_enabled": true }