Examine source code of Weekly Backlog Reminder

Inspect and view changes in Weekly Backlog Reminder source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Weekly Backlog Reminder",
  "version": "1.0",
  "description": "A simple add-on to set weekly reminders for pending tasks.",
  "icons": {
    "48": "icon.png",
    "96": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Set Weekly Reminder"
  },
  "permissions": [
    "alarms",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{aeb41fac-0c5e-45fa-921f-acdaad129fcf}"
    }
  }
}