Anti FeR toolkit

Adds features and extensions for the bushtarion web game (formerly Canola toolkit formerly Antisback's bushtarion toolkit)
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Anti FeR toolkit",
  "version": "1.2.22",
  "author": "Anthony Cleaver, Cameron",
  "description": "Adds features and extensions for the bushtarion web game (formerly Canola toolkit formerly Antisback's bushtarion toolkit)",
  "permissions": [
    "storage"
  ],
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html"
  },
  "host_permissions": [
    "*://*.bushtarion.com/*"
  ],
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.bushtarion.com/*"
      ],
      "js": [
        "./content-script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "e9999653-ceb4-42f0-a117-346510f98eb9"
    }
  }
}