Kattis Tracker Firefox

Examine source code of Kattis Tracker

Inspect and view changes in Kattis Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Kattis Tracker",
  "description": "Automatically upload Kattis problem solutions to a GitHub repository of your choice and track your progress with this extension!",
  "version": "0.2.2",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Open dashboard"
  },
  "icons": {
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "storage",
    "https://api.github.com/repos/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/?code*"
      ],
      "js": [
        "auth.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://open.kattis.com/submissions/*"
      ],
      "js": [
        "kattis.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": "script-src 'self' https://github.com/login/oauth/authorize; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{0382f49c-f4a2-412c-ba04-820d4149b25d}"
    }
  }
}

Best Kattis Tracker Alternatives

Here are some Firefox add-ons that are similar to Kattis Tracker: