Examine source code of Next Page

Inspect and view changes in Next Page 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": "Next Page",
  "description": "Displays the next page by incrementing the last number in URL.",
  "version": "1.1resigned1",
  "applications": {
    "gecko": {
      "id": "nextpage@lusky.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon48.png"
  },
  "options_ui": {
    "page": "settings/options.html",
    "open_in_tab": false,
    "browser_style": true
  },
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ]
}