iD Strava Heatmap Firefox

Examine source code of iD Strava Heatmap

By: julcnx
Inspect and view changes in iD Strava Heatmap source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "iD Strava Heatmap",
  "description": "Easily overlay the Strava Global Heatmap in your iD editor and gain valuable insights into popular routes and activity patterns.",
  "version": "0.12.2",
  "homepage_url": "https://github.com/cmoffroad/id-strava-heatmap-extension",
  "permissions": [
    "cookies",
    "contextMenus",
    "declarativeNetRequest",
    "notifications",
    "storage",
    "webRequest"
  ],
  "host_permissions": [
    "*://*.strava.com/*",
    "*://www.openstreetmap.org/*"
  ],
  "action": {
    "default_popup": ""
  },
  "background": {
    "scripts": [
      "src/background/index.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.openstreetmap.org/id*"
      ],
      "js": [
        "src/clients/www.openstreetmap.org/start.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "https://www.openstreetmap.org/id*"
      ],
      "js": [
        "lib/browser-polyfill.min.js",
        "src/content/inject-client.js",
        "src/content/watch-storage.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "https://www.strava.com/dashboard*"
      ],
      "js": [
        "src/content/strava-dashboard.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://www.strava.com/maps/global-heatmap*"
      ],
      "js": [
        "lib/browser-polyfill.min.js",
        "src/content/strava-heatmap.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/clients/common/auth.js",
        "src/clients/common/hash.js",
        "src/clients/common/layers.js"
      ],
      "matches": [
        "*://www.openstreetmap.org/*"
      ]
    },
    {
      "resources": [
        "src/clients/www.openstreetmap.org/id.js",
        "src/clients/www.openstreetmap.org/imagery.js",
        "src/clients/www.openstreetmap.org/index.css",
        "src/clients/www.openstreetmap.org/index.js",
        "src/clients/www.openstreetmap.org/overlays.js",
        "src/clients/www.openstreetmap.org/start.js"
      ],
      "matches": [
        "*://www.openstreetmap.org/*"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon-48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "id-strava-heatmap-extension@julcnx",
      "strict_min_version": "113.0"
    }
  }
}

Best iD Strava Heatmap Alternatives

Here are some Firefox add-ons that are similar to iD Strava Heatmap: