Reading rogress Bar Firefox

Examine source code of Reading rogress Bar

Inspect and view changes in Reading rogress Bar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reading Progress Bar",
  "version": "1.0.0",
  "description": "Shows a slim progress bar at the top indicating scroll progress. Toggle and customize in popup.",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "Reading Progress",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "reading-progress-addon@example.com",
      "strict_min_version": "78.0"
    }
  }
}

Best Reading rogress Bar Alternatives

Here are some Firefox add-ons that are similar to Reading rogress Bar: