Site root

Site root

Go to the home page of the current site.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Site root",
  "description": "Go to the home page of the current site.",
  "version": "1.0",
  "background": {
    "scripts": [
      "action.js"
    ]
  },
  "permissions": [
    "tabs",
    "webNavigation"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png",
      "128": "icon128.png"
    }
  }
}