Productivity Drift Analyzer KM Firefox

Examine source code of Productivity Drift Analyzer KM

By: Shank Add-on
Inspect and view changes in Productivity Drift Analyzer KM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Productivity Drift Analyzer",
  "version": "1.3",
  "description": "Analyze gradual productivity changes using lightweight local browser activity signals.",
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "notifications",
    "alarms",
    "idle"
  ],
  "background": {
    "scripts": [
      "utils.js",
      "storage.js",
      "driftEngine.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Productivity Drift Analyzer",
    "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": "@Productivity-Drift-Analyzer",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Productivity Drift Analyzer KM Alternatives

Here are some Firefox add-ons that are similar to Productivity Drift Analyzer KM: