Corvimae's Better SRC

Corvimae's Better SRC

Some UX improvements to the usability of speedrun.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Corvimae's Better SRC",
  "version": "1.4",
  "description": "Some UX improvements to the usability of speedrun.com.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.speedrun.com/*"
      ],
      "js": [
        "scripts/inject.js"
      ],
      "css": [
        "styles/leaderboard-page.css"
      ]
    },
    {
      "matches": [
        "*://*.speedrun.com/modhub*"
      ],
      "css": [
        "styles/modhub.css"
      ]
    }
  ]
}