Weekly backlog reminders Firefox

Examine source code of Weekly backlog reminders

Inspect and view changes in Weekly backlog reminders source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Weekly backlog reminders",
  "description": "Automatically remind users of pending tasks weekly.",
  "version": "1.1",
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "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": "{fa195326-023b-4926-b1b7-fb6950d22fbe}"
    }
  }
}

Best Weekly backlog reminders Alternatives

Here are some Firefox add-ons that are similar to Weekly backlog reminders: