Thecus NAS Gate

Thecus NAS Gate

Thecus NAS Gate by Thecus is a tool for Google Chrome that provides discovering and accessing your Thecus NAS on the local network.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Thecus NAS Gate",
  "description": "Thecus NAS Gate by Thecus is a tool for Google Chrome that provides discovering and accessing your Thecus NAS on the local network.",
  "version": "0.0.3",
  "manifest_version": 2,
  "app": {
    "background": {
      "persistent": false,
      "scripts": [
        "lib/rawdeflate.js",
        "lib/rawinflate.js",
        "lib/bytearray.js",
        "lib/md5.js",
        "lib/nasgate.js",
        "app.js"
      ]
    }
  },
  "sandbox": {
    "pages": [
      "html/discovery.html"
    ]
  },
  "permissions": [
    {
      "socket": [
        "udp-bind",
        "udp-send-to"
      ]
    }
  ],
  "icons": {
    "16": "icon/App_icon_16.png",
    "128": "icon/App_icon_128.png"
  }
}