Battery Status Pro Firefox

Examine source code of Battery Status Pro

By: RED88
Inspect and view changes in Battery Status Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Battery Status",
  "version": "3.0.1",
  "author": "Guokai Han",
  "manifest_version": 2,
  "minimum_chrome_version": "118",
  "description": "Display battery level, charging or discharging status.",
  "default_locale": "en",
  "offline_enabled": true,
  "permissions": [
    "alarms",
    "background",
    "storage"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "options_page": "options.html",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "icon/16.png",
    "icon/48.png",
    "icon/128.png",
    "popup.html",
    "options.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ea4dbaf4-bfe1-4548-ae07-4c12d99c1f28}"
    }
  }
}

Best Battery Status Pro Alternatives

Here are some Firefox add-ons that are similar to Battery Status Pro: