SUP Sit Stat Checker

SUP Sit Stat Checker

Keeps track of your sits beyond the 3 month mark.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SUP Sit Stat Checker",
  "version": "1.1.0",
  "description": "Keeps track of your sits beyond the 3 month mark.",
  "icons": {
    "128": "icon_128x128.png"
  },
  "content_scripts": [
    {
      "js": [
        "steam.js",
        "content.js"
      ],
      "matches": [
        "https://superiorservers.co/*"
      ],
      "run_at": "document_end"
    }
  ]
}