Goal Alignment Meter KM Firefox

Examine source code of Goal Alignment Meter KM

Inspect and view changes in Goal Alignment Meter KM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Goal Alignment Meter",
  "version": "1.3",
  "description": "Measure how closely your browser activity aligns with your defined goals.",
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "notifications",
    "alarms",
    "idle"
  ],
  "background": {
    "scripts": [
      "utils.js",
      "storage.js",
      "alignmentEngine.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Goal Alignment Meter",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@Goal-Alignment-Meter",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Goal Alignment Meter KM Alternatives

Here are some Firefox add-ons that are similar to Goal Alignment Meter KM: