VBox Device Finder

VBox Device Finder

Find VBox devices in the network.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VBox Device Finder",
  "short_name": "VBox Finder",
  "version": "1.0.2",
  "manifest_version": 2,
  "minimum_chrome_version": "27",
  "description": "Find VBox devices in the network.",
  "app": {
    "background": {
      "scripts": [
        "background.js",
        "MulticastSocket.js"
      ]
    }
  },
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "storage",
    {
      "socket": [
        "udp-send-to",
        "udp-bind",
        "tcp-listen",
        "udp-multicast-membership"
      ]
    },
    "<all_urls>",
    "fullscreen",
    "webview",
    {
      "mediaGalleries": [
        "read",
        "allAutoDetected"
      ]
    }
  ]
}