Unofficial Alakazam Online Academy Formatter

Unofficial Alakazam Online Academy Formatter

Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Unofficial Alakazam Online Academy Formatter",
  "description": "Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy",
  "version": "3.0",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://alakazam.co.uk/*",
        "*://*.alakazam.co.uk/*"
      ],
      "css": [
        "css/styles.css"
      ],
      "js": [
        "js/jquery-3.2.1.min.js",
        "js/main.js"
      ]
    }
  ],
  "icons": {
    "48": "img/icon_small.png",
    "128": "img/icon.png"
  }
}