Reading List Firefox

Examine source code of Reading List

By: skia
Inspect and view changes in Reading List source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reading List",
  "version": "1.1",
  "description": "Track your reading progress across websites with automatic progress saving",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "contextMenus",
    "notifications",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Reading List",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0d7d4a26-183d-401b-acfc-affbb49986f3}"
    }
  }
}

Best Reading List Alternatives

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