WME-JunctionAngle

WME-JunctionAngle

This extension adds junction angle information to the the Waze map editor.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "WME-JA",
  "version": "1.13.1",
  "manifest_version": 2,
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "ja16.png",
    "32": "ja32.png",
    "48": "ja48.png",
    "128": "ja128.png"
  },
  "homepage_url": "https://github.com/milkboy/WME-ja",
  "content_scripts": [
    {
      "matches": [
        "https://www.waze.com/*",
        "https://beta.waze.com/*"
      ],
      "include_globs": [
        "*/editor*"
      ],
      "exclude_globs": [
        "*/user/*"
      ],
      "js": [
        "crx_bootstrap.user.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "wme_junctionangle.user.js"
  ]
}