Toggle StreetView Coverage

Toggle StreetView Coverage

Toggles available StreetView Coverage on Google Maps

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "default_locale": "en",
  "version": "1.0.5",
  "description": "__MSG_appDesc__",
  "background": {
    "service_worker": "js/backgroundpage.js"
  },
  "action": {
    "default_icon": {
      "19": "img/icon_19.png",
      "38": "img/icon_38.png"
    },
    "default_title": "__MSG_appName__"
  },
  "commands": {
    "_execute_browser_action": {
      "description": "Toggle StreetView Coverage",
      "suggested_key": {
        "default": "Alt+S",
        "chromeos": "Alt+S",
        "linux": "Alt+S",
        "mac": "Alt+S",
        "windows": "Alt+S"
      }
    }
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_128.png",
    "128": "img/icon_38.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "update_url": "https://clients2.google.com/service/update2/crx"
}