VK Music Remote Server

VK Music Remote Server

Use your Phone to control music playback from vk.com over wifi.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "VK Music Remote Server",
  "description": "Use your Phone to control music playback from vk.com over wifi.",
  "version": "1.5.7",
  "minimum_chrome_version": "24",
  "default_locale": "en",
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "webview",
    {
      "socket": [
        "tcp-listen:*:8145"
      ]
    }
  ],
  "app": {
    "background": {
      "scripts": [
        "constants.js",
        "tcp-server.js",
        "commands/BrowserCommands.js",
        "main.js"
      ]
    }
  }
}