Downloads

Downloads

Quick access button to the download page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Downloads",
  "description": "Quick access button to the download page",
  "version": "2",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "19": "19.png"
    }
  },
  "background": {
    "persistent": true,
    "page": "background.html"
  }
}