Page Progress Firefox

Examine source code of Page Progress

Inspect and view changes in Page Progress source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Progress",
  "version": "1.3.2",
  "description": "Live reading progress indicator for long web pages",
  "browser_specific_settings": {
    "gecko": {
      "id": "{ae1d65c1-62cc-4754-a3cf-324f0559109c}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/ico16.png",
    "32": "icons/ico32.png",
    "48": "icons/ico48.png",
    "96": "icons/ico96.png",
    "128": "icons/ico128.png"
  },
  "browser_action": {
    "default_popup": "gui/main.html",
    "default_icon": {
      "16": "icons/ico16.png",
      "32": "icons/ico32.png",
      "48": "icons/ico48.png",
      "96": "icons/ico96.png",
      "128": "icons/ico128.png"
    }
  },
  "background": {
    "scripts": [
      "core/bg.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/progress.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Page Progress Alternatives

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