QNAP Download Station Manager

QNAP Download Station Manager

QNAP Download Station Manager allows you to add links to QNAP download station

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "QNAP Download Station",
  "name": "QNAP Download Station Manager",
  "description": "QNAP Download Station Manager allows you to add links to QNAP download station",
  "version": "1.0.5",
  "manifest_version": 3,
  "default_locale": "en",
  "icons": {
    "32": "icons8-magnet-32.png",
    "48": "icons8-magnet-48.png",
    "64": "icons8-magnet-64.png",
    "128": "icons8-magnet-128.png",
    "512": "icons8-magnet-512.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "QNAP Download Station Manager Settings"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "optional_host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "background": {
    "service_worker": "./static/js/background.js"
  }
}