MA Grid Firefox

Examine source code of MA Grid

By: Route4
Inspect and view changes in MA Grid source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "MA Grid",
  "description": "GitHub-style activity graph for Math Academy",
  "version": "1.4.0",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "MA Grid Settings",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mathacademy.com/learn",
        "https://www.mathacademy.com/learn"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      },
      "id": "support@route4.dev"
    }
  }
}

Best MA Grid Alternatives

Here are some Firefox add-ons that are similar to MA Grid: