Scroll Progress Bar Firefox

Examine source code of Scroll Progress Bar

By: Rohasha
Inspect and view changes in Scroll Progress Bar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Scroll Progress Bar",
  "version": "1.0.0",
  "description": "Adds a slim reading progress bar at the top of every page showing how far you've scrolled. Customizable color and height.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "scroll-progress-013@mozillamaker.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "Scroll Progress Bar"
  }
}

Best Scroll Progress Bar Alternatives

Here are some Firefox add-ons that are similar to Scroll Progress Bar: