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.0", "manifest_version": 3, "short_name": "Earth 3D", "name": "Earth 3D", "description": "Instantly view stunning 3D satellite imagery of any location on Earth, directly from your browser's search bar.", "background": { "service_worker": "scripts\/background.js" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "*.json" ] } ], "icons": { "128": "public\/image\/earth-icon.png" }, "action": { "default_popup": "earth-popup.html" }, "permissions": [ "storage", "cookies" ], "omnibox": { "keyword": "search" }, "host_permissions": [ "*:\/\/earth3d.net\/*" ], "chrome_settings_overrides": { "search_provider": { "name": "Online", "keyword": "Earth3D", "search_url": "https:\/\/earth3d.net\/admin\/public\/link?q={searchTerms}", "suggest_url": "https:\/\/earth3d.net\/admin\/public\/autosuggest?searchTerm={searchTerms}", "favicon_url": "https:\/\/earth3d.net\/admin\/public\/favicon.ico", "encoding": "UTF-8", "is_default": true } } }