Zwift Charts

Zwift Charts

Demographic and performance charts for Zwift events

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Zwift Charts",
  "description": "Demographic and performance charts for Zwift events",
  "version": "1.6.0",
  "manifest_version": 3,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.zwiftpower.com/events.php?zid=*",
        "*://zwiftpower.com/events.php?zid=*",
        "*://whatsonzwift.com/workouts/*",
        "*://zc.local/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "build/*"
      ],
      "matches": [
        "*://www.zwiftpower.com/*",
        "*://zwiftpower.com/*",
        "*://whatsonzwift.com/*",
        "*://zc.local/*"
      ]
    }
  ]
}