Scroll Up to Top

Scroll Up to Top

Click on the up arrow icon to scroll to top, Doesn't work for Firefox internal pages & AMO page

Additional files are visible only to premium users

manifest.json


{
  "description": "Click on the up arrow icon to scroll to top, Doesn't work for Firefox internal pages & AMO page",
  "manifest_version": 2,
  "name": "Scroll to Top",
  "version": "0.0.0.1",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "24": "icons/24.png",
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Scroll To Top",
    "default_icon": "icons/24.png"
  }
}