Examine source code of Dr. Josiah's Simple Scroller

Inspect and view changes in Dr. Josiah's Simple Scroller source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Simple Scroller",
  "version": "1.0.1",
  "description": "Scrolls all sites, doesn't steal your data.",
  "icons": {
    "48": "icons/icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/icon.png"
    },
    "default_title": "Scrollit",
    "default_popup": "scroll.html"
  }
}