Scroll Persist Firefox

Examine source code of Scroll Persist

Inspect and view changes in Scroll Persist source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Scroll Persist",
  "version": "1.0.0",
  "description": "A Firefox Extension to resume reading your favorite blog from where you left.",
  "icons": {
    "48": "icons/icon_48.png",
    "96": "icons/icon_96.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "scrollpersist.js"
      ]
    }
  ]
}

Best Scroll Persist Alternatives

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