Shadowmap Location

Shadowmap Location

Open the current location from Google Maps/Earth in Shadowmap and vice versa.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Shadowmap Location",
  "version": "1.4.0",
  "description": "Open the current location from Google Maps/Earth in Shadowmap and vice versa.",
  "icons": {
    "32": "icons/icon-32.png"
  },
  "permissions": [
    "activeTab"
  ],
  "action": {
    "default_icon": "icons/icon-32.png",
    "default_title": "Shadowmap"
  },
  "background": {
    "run_at": "document_idle",
    "service_worker": "background.js"
  }
}