Earth View 360°

Earth View 360°

Earth View 360° app features quick search to find Earth & Satellite maps with sponsored web search.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.2",
  "manifest_version": 3,
  "short_name": "Earth View 360°",
  "description": "Earth View 360° app features quick search to find Earth & Satellite maps with sponsored web search.",
  "name": "Earth View 360°",
  "background": {
    "service_worker": "service_worker.js"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*.json",
        "favicon.ico"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}