LibreWolf Update Alerter Firefox

Examine source code of LibreWolf Update Alerter

Inspect and view changes in LibreWolf Update Alerter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LibreWolf Update Alerter",
  "description": "Check if an update is available for LibreWolf.",
  "version": "1.4",
  "author": "Sam St-Pettersen",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "librewolf_install.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://librewolf.net/*"
      ],
      "js": [
        "librewolf_bg.js",
        "librewolf_tab.js",
        "librewolf_update.js"
      ]
    }
  ],
  "options_ui": {
    "page": "librewolf_opts.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png"
    },
    "browser_style": true,
    "default_popup": "librewolf.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4df78078-a667-405f-b7db-606e65bbd080}"
    }
  }
}

Best LibreWolf Update Alerter Alternatives

Here are some Firefox add-ons that are similar to LibreWolf Update Alerter: