Reading Progress Firefox

Examine source code of Reading Progress

Inspect and view changes in Reading Progress source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reading Progress",
  "version": "1.3",
  "description": "Track and display your reading progress on any page",
  "browser_specific_settings": {
    "gecko": {
      "id": "{e2108097-8e96-4d21-8f10-681c07f1f0e9}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/icon-32.png",
    "48": "img/icon-48.png",
    "96": "img/icon-96.png",
    "128": "img/icon-128.png"
  },
  "browser_action": {
    "default_popup": "ui/widget.html",
    "default_icon": {
      "16": "img/icon-16.png",
      "32": "img/icon-32.png",
      "48": "img/icon-48.png",
      "96": "img/icon-96.png",
      "128": "img/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "service/tracker.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/progress.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Reading Progress Alternatives

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