Arithmetic Tracker for Zetamac Firefox

Examine source code of Arithmetic Tracker for Zetamac

Inspect and view changes in Arithmetic Tracker for Zetamac source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Arithmetic Tracker for Zetamac",
  "version": "1.0.4",
  "description": "Track scores on arithmetic.zetamac.com and visualize progress locally.",
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Zetamac Tracker"
  },
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://zetamac.com/*",
    "*://*.zetamac.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://zetamac.com/*",
        "*://*.zetamac.com/*"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "js": [
        "content/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "zetamac-tracker@nathan.dev",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Arithmetic Tracker for Zetamac Alternatives

Here are some Firefox add-ons that are similar to Arithmetic Tracker for Zetamac: