OpenSwitchMaps

OpenSwitchMaps

Switch map services, and some useful links for OpenStreetMap contributors

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OpenSwitchMaps",
  "version": "1.5.3",
  "description": "Switch map services, and some useful links for OpenStreetMap contributors",
  "homepage_url": "https://github.com/tankaru/OpenSwitchMap",
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icon128.png"
    }
  },
  "icons": {
    "128": "icon128.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "OpenSwitchMap@tankaru",
      "strict_min_version": "54.0"
    }
  }
}