Topic Mastery Heatmap CM Firefox

Examine source code of Topic Mastery Heatmap CM

By: Yassu Add-on
Inspect and view changes in Topic Mastery Heatmap CM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Topic Mastery Heatmap",
  "version": "1.3",
  "description": "Visualizes topic mastery using an interactive heatmap based on learning behavior.",
  "permissions": [
    "tabs",
    "storage",
    "notifications",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "masteryEngine.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Topic Mastery Heatmap"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@Topic-Mastery-Heatmap",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Topic Mastery Heatmap CM Alternatives

Here are some Firefox add-ons that are similar to Topic Mastery Heatmap CM: