Scroll to Top

Scroll to Top

Just a Scroll to Top Button

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Scroll to Top",
  "version": "2.1.1.0",
  "description": "Just a Scroll to Top Button",
  "homepage_url": "https://singleclickapps.com/scroll-button",
  "icons": {
    "16": "icon24.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon24.png",
    "default_title": "Scroll to Top"
  },
  "permissions": [
    "activeTab"
  ],
  "offline_enabled": true,
  "options_page": "settings.html",
  "manifest_version": 2
}