Go Top

Go Top

Simple. Scrolls to the top. Minimalistic and native look.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Go Top",
  "version": "0.0.3",
  "description": "Scrolls website to top. Minimal and native look.",
  "icons": {
    "96": "icons/[email protected]"
  },
  "permissions": [
    "activeTab",
    "<all_urls>"
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "48": "icons/gotop.png",
      "96": "icons/[email protected]"
    },
    "default_title": "Go to top"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "{3a46a1eb-9af5-47b6-9c75-94f908d82d81}"
    }
  }
}