UROverview

UROverview

Adds a whole bunch of features to WME, which someday I may get around to documenting properly...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "UROverview",
  "version": "3.147",
  "description": "Adds a whole bunch of features to WME, which someday I may get around to documenting properly...",
  "content_scripts": [
    {
      "matches": [
        "https://*.waze.com/*editor*",
        "https://beta.waze.com/*",
        "https://editor-beta.waze.com/*"
      ],
      "js": [
        "bootstrap.user.js"
      ]
    }
  ],
  "permissions": [
    "https://*.waze.com/*editor*",
    "https://beta.waze.com/*",
    "https://editor-beta.waze.com/*"
  ],
  "web_accessible_resources": [
    "wme_uroverview.3.147.user.js"
  ]
}