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


{
  "manifest_version": 2,
  "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"
  ],
  "browser_action": {
    "default_icon": "icons/icon-32.png",
    "default_title": "Shadowmap"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d1b1fb1a-76a0-43ee-b2d0-5cd3e922fe37}"
    }
  }
}