Long Request Notifier Firefox

Examine source code of Long Request Notifier

Inspect and view changes in Long Request Notifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.2.0",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "author": "Romelium",
  "homepage_url": "https://github.com/romelium/long-request-notifier",
  "permissions": [
    "webRequest",
    "storage",
    "notifications",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "action": {
    "default_title": "__MSG_actionTitle__",
    "default_popup": "options.html"
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self' data:;"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "long-request-notifier@romelium.cc",
      "strict_min_version": "109.0"
    }
  }
}

Best Long Request Notifier Alternatives

Here are some Firefox add-ons that are similar to Long Request Notifier: