Task Reminder v2 Firefox

Examine source code of Task Reminder v2

By: 123B Add-on
Inspect and view changes in Task Reminder v2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Task Reminder",
  "version": "1.0",
  "description": "Set quick reminders for your tasks.",
  "icons": {
    "48": "icons/reminder-icon-48.png"
  },
  "permissions": [
    "notifications",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/reminder-icon-48.png",
    "default_popup": "reminder-popup.html",
    "default_title": "Task Reminder"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{66f9e74c-cbdf-4540-b5fa-471aca000ad6}"
    }
  }
}

Best Task Reminder v2 Alternatives

Here are some Firefox add-ons that are similar to Task Reminder v2: