NYRR Pace Chart But Good

NYRR Pace Chart But Good

Shows split pace on NYRR results instead of cumulative average pace

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NYRR Pace Chart But Good",
  "version": "1.1.0",
  "description": "Shows split pace on NYRR results instead of cumulative average pace",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "*://results.nyrr.org/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "nyrr-but-good.js"
      ],
      "matches": [
        "*://results.nyrr.org/*"
      ]
    }
  ],
  "icons": {
    "128": "images/icon.jpeg"
  }
}