Downloads Shortcut

Downloads Shortcut

Quick access button to the downloads page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "19": "19.png",
      "32": "32.png",
      "48": "48.png",
      "128": "128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "description": "Quick access button to the downloads page",
  "icons": {
    "16": "16.png",
    "19": "19.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "Downloads Shortcut",
  "permissions": [
    "tabs",
    "scripting"
  ],
  "version": "2.0.4",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}