Better Garmin Graphs Firefox

Examine source code of Better Garmin Graphs

By: RobK
Inspect and view changes in Better Garmin Graphs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Better Garmin Graphs",
  "version": "2.0.0",
  "description": "Better Heart and Power Garmin Activity Graphs",
  "icons": {
    "48": "images/icon48.png"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webNavigation",
    "webRequestBlocking",
    "https://connect.garmin.com/modern/proxy/activity-service/activity/*",
    "https://connect.garmin.com/modern/proxy/biometric-service/heartRateZones/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://connect.garmin.com/*"
      ],
      "js": [
        "libs/d3.v7-8-5.min.js",
        "scripts/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "BetterGarminGraphs@robertkehoe.com"
    }
  }
}

Best Better Garmin Graphs Alternatives

Here are some Firefox add-ons that are similar to Better Garmin Graphs: