Task Prioritizer Firefox

Examine source code of Task Prioritizer

Inspect and view changes in Task Prioritizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Task Prioritizer",
  "version": "1.0",
  "description": "Automatically prioritizes tasks based on their deadlines.",
  "permissions": [
    "storage",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3f2a6ecc-6454-4d53-a0ba-5c6cdbe88920}"
    }
  }
}

Best Task Prioritizer Alternatives

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