Pi Reader Firefox

Examine source code of Pi Reader

By: Ishita
Inspect and view changes in Pi Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pi Reader",
  "description": "Read like a pro",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "./background.js"
    ]
  }
}

Best Pi Reader Alternatives

Here are some Firefox add-ons that are similar to Pi Reader: