NZBDonkey

NZBDonkey

The ultimate NZB file downloader addon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "0.7.7",
  "description": "__MSG_extSlogan__",
  "default_locale": "en",
  "icons": {
    "16": "/icons/NZBDonkey_16.png",
    "32": "/icons/NZBDonkey_32.png",
    "48": "/icons/NZBDonkey_48.png",
    "96": "/icons/NZBDonkey_96.png",
    "128": "/icons/NZBDonkey_128.png"
  },
  "background": {
    "scripts": [
      "/js/background.js",
      "/js/xmlToJSON.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/js/jquery-3.4.1.js",
        "/js/jquery.modal.js",
        "/js/content.js"
      ],
      "css": [
        "/css/jquery.modal.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "/icons/NZBDonkey_16.png",
      "32": "/icons/NZBDonkey_32.png"
    },
    "default_title": "NZBDonkey",
    "default_popup": "/html/popup.html"
  },
  "options_ui": {
    "page": "/html/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "downloads",
    "notifications",
    "*://*/",
    "cookies",
    "webRequest",
    "webRequestBlocking"
  ]
}