SendToQnap

SendToQnap

Send a url to QNAP downloadstation

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SendToQnap",
  "version": "2.7",
  "description": "Send a url to QNAP downloadstation",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "57.0"
    }
  },
  "icons": {
    "32": "icons/32_download.png",
    "48": "icons/48_download.png",
    "96": "icons/96_download.png",
    "128": "icons/128_download.png"
  },
  "options_ui": {
    "page": "popup/Configure_QNAP_Access.html"
  },
  "permissions": [
    "menus",
    "contextMenus",
    "storage",
    "http://*/",
    "https://*/"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "browser_action": {
    "default_icon": "icons/32_download.png",
    "default_title": "Send To QNAP",
    "default_popup": "popup/Configure_QNAP_Access.html"
  },
  "background": {
    "scripts": [
      "common.js",
      "SendLink.js"
    ]
  }
}