GoUp

GoUp

Adds the button Go Up into the page site.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "GoUp",
  "version": "1.1.6.2",
  "description": "__MSG_description__",
  "default_locale": "en",
  "manifest_version": 2,
  "minimum_chrome_version": "16.0",
  "icons": {
    "16": "images/goup-32.png",
    "32": "images/goup-32.png",
    "48": "images/goup-48.png",
    "128": "images/goup-128.png"
  },
  "background": {
    "scripts": [
      "js/options.js",
      "js/background.js"
    ]
  },
  "web_accessible_resources": [
    "fonts/comfortaa-bold.woff",
    "css/goup.css"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/goup.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_page": "options.html"
}