Waze - Google Maps™ link

Waze - Google Maps™ link

Waze Map Editor script that creates a link to the current position in Google Maps™.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Waze - Google Maps™ link",
  "version": "1.2.2",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://*.waze.com/*editor/*",
        "https://*.waze.com/map-editor/*",
        "https://*.waze.com/beta_editor/*",
        "https://*.waze.co.il/*editor/*",
        "https://*.waze.co.il/beta_editor/*"
      ],
      "js": [
        "gmaps_permalink.js"
      ]
    }
  ],
  "description": "Waze Map Editor script that creates a link to the current position in Google Maps™.",
  "icons": {
    "128": "icon_128.png"
  }
}