Go2Top

Go2Top

Click to roll page to top for touch mode user

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Go2Top",
  "version": "1.0.0.0",
  "manifest_version": 2,
  "description": "Click to roll page to top for touch mode user",
  "icons": {
    "16": "icons/top_16.png",
    "32": "icons/top_32.png",
    "128": "icons/top_128.png"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/top_16.png",
      "32": "icons/top_32.png",
      "128": "icons/top_128.png"
    },
    "default_title": "Go2Top: tap to roll page to top"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}