Backlog Notification Extension Firefox

Examine source code of Backlog Notification Extension

Inspect and view changes in Backlog Notification Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Backlog Notification Extension",
  "description": "Backlog のお知らせをメニューバーから通知・確認できる Web Extension です",
  "version": "1.5.0",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "alarms",
    "storage",
    "https://*.backlog.com/api/v2/*",
    "https://*.backlog.jp/api/v2/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{57391696-e1f7-459b-bebf-1a68065f800c}"
    }
  }
}

Best Backlog Notification Extension Alternatives

Here are some Firefox add-ons that are similar to Backlog Notification Extension: