Break Quality Analyzer CM Firefox

Examine source code of Break Quality Analyzer CM

Inspect and view changes in Break Quality Analyzer CM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Break Quality Analyzer",
  "version": "1.3",
  "description": "Analyze break patterns and provide local insights into break quality and work recovery.",
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "notifications",
    "alarms",
    "idle"
  ],
  "background": {
    "scripts": [
      "utils.js",
      "storage.js",
      "breakEngine.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Break Quality 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": "@Break-Quality-Analyzer",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Break Quality Analyzer CM Alternatives

Here are some Firefox add-ons that are similar to Break Quality Analyzer CM: