__bsi_Download__

__bsi_Download__

Download and Open Context Menu Button

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__bsi_Download__",
  "version": "1.1.1",
  "manifest_version": 2,
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "default_locale": "en",
  "permissions": [
    "contextMenus",
    "downloads",
    "downloads.open"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}