Take-A-Break-Helper Firefox

Examine source code of Take-A-Break-Helper

By: ZOZ DEV Add-on
Inspect and view changes in Take-A-Break-Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Take a Break",
  "version": "1.0.0",
  "description": "Regular break reminders for eye health and productivity. Recommended by eye doctors!",
  "icons": {
    "48": "icons/icon-48.svg",
    "96": "icons/icon-96.svg"
  },
  "permissions": [
    "alarms",
    "notifications",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.svg"
    },
    "default_title": "Take a Break",
    "default_popup": "popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "take-a-break@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Take-A-Break-Helper Alternatives

Here are some Firefox add-ons that are similar to Take-A-Break-Helper: