CC Route Highlights Firefox

Examine source code of CC Route Highlights

By: uqu
Inspect and view changes in CC Route Highlights source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CC Route Highlights",
  "version": "1.3",
  "browser_specific_settings": {
    "gecko": {
      "id": "route-highlights@cyccal.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "build/dbWorker-bundle.js"
    ],
    "type": "module"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.komoot.com/*",
        "*://www.komoot.de/*",
        "*://brouter.m11n.de/*",
        "*://bikerouter.de/*",
        "*://brouter.de/*",
        "https://ridewithgps.com/*"
      ],
      "js": [
        "build/content-bundle.js"
      ],
      "css": [
        "pages/overlay.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "build/host/komootMapInjection.js",
        "build/host/brouterMapInjection.js",
        "build/host/rwgpsMapInjection.js",
        "pages/popup.css",
        "build/popup-bundle.js",
        "icons/*.png"
      ],
      "matches": [
        "*://www.komoot.com/*",
        "*://www.komoot.de/*",
        "*://brouter.m11n.de/*",
        "*://bikerouter.de/*",
        "*://brouter.de/*",
        "https://ridewithgps.com/*"
      ]
    }
  ],
  "action": {
    "default_popup": "pages/popup.html",
    "default_icon": {
      "128": "icons/icon128.png"
    }
  }
}

Best CC Route Highlights Alternatives

Here are some Firefox add-ons that are similar to CC Route Highlights: