Examine source code of Go to Top of Page Button

Inspect and view changes in Go to Top of Page Button 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
{
  "applications": {
    "gecko": {
      "id": "top-page-single@codefisher.org",
      "strict_min_version": "42.0"
    }
  },
  "author": "Michael Buckley",
  "background": {
    "scripts": [
      "top-page-background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/16-resultset-vertical-start.png",
      "24": "icons/24-resultset-vertical-start.png",
      "32": "icons/32-resultset-vertical-start.png",
      "48": "icons/48-resultset-vertical-start.png"
    },
    "default_title": "__MSG_topPageLabel__"
  },
  "default_locale": "en_US",
  "description": "Scroll the page to the very top.",
  "homepage_url": "https://codefisher.org/toolbar_button/",
  "icons": {
    "16": "icons/16-resultset-vertical-start.png",
    "24": "icons/24-resultset-vertical-start.png",
    "32": "icons/32-resultset-vertical-start.png",
    "48": "icons/48-resultset-vertical-start.png"
  },
  "manifest_version": 2,
  "name": "Go to Top of Page Button",
  "permissions": [
    "activeTab"
  ],
  "version": "1.4resigned1"
}