Smart Stretch Reminder Firefox

Examine source code of Smart Stretch Reminder

Inspect and view changes in Smart Stretch Reminder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Smart Stretch Reminder",
  "version": "1.3",
  "description": "Reminds users to stretch. Smart mode detects inactivity to remind sooner and plays a short sound with each notification.",
  "permissions": [
    "alarms",
    "notifications",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Smart Stretch Reminder"
  },
  "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": "@Smart-Stretch-Reminder",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Smart Stretch Reminder Alternatives

Here are some Firefox add-ons that are similar to Smart Stretch Reminder: