Chiphoagie TFRRS Graph

Chiphoagie TFRRS Graph

Turn any athlete's TFRRS profile into an interactive graph

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Chiphoagie TFRRS Graph",
  "description": "Turn any athlete's TFRRS profile into an interactive graph",
  "version": "0.101",
  "content_scripts": [
    {
      "matches": [
        "https://www.tfrrs.org/athletes/*",
        "https://xc.tfrrs.org/athletes/*",
        "https://tf.tfrrs.org/athletes/*"
      ],
      "js": [
        "chart.js",
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "/images/icon-32x32.png"
    }
  },
  "icons": {
    "16": "/images/icon-16x16.png",
    "32": "/images/icon-32x32.png",
    "64": "/images/icon-64x64.png"
  }
}