Street View Maps

Street View Maps

Street View Maps app features quick search to find Street Level Maps. Zoom In & Explore the World.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.2",
  "description": "Street View Maps app features quick search to find Street Level Maps. Zoom In & Explore the World.",
  "manifest_version": 3,
  "short_name": "Street View Maps",
  "name": "Street View Maps",
  "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'"
  }
}