NZBDonkey

NZBDonkey

The ultimate NZB file downloader extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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"
  ],
  "applications": {
    "gecko": {
      "id": "{dd77cf0b-b93f-4e9f-8006-b642c02219db}",
      "strict_min_version": "60.0"
    }
  }
}