SoundIt

SoundIt

Enjoy movies using your phone

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SoundIt",
  "short_name": "SoundIt",
  "version": "1.0.20",
  "description": "Enjoy movies using your phone",
  "icons": {
    "16": "img/logo-16.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png",
    "512": "img/logo-512.png"
  },
  "author": "Gilad S.",
  "app": {
    "background": {
      "page": "background.html",
      "persistent": true
    }
  },
  "offline_enabled": true,
  "minimum_chrome_version": "39",
  "sockets": {
    "udp": {
      "send": "",
      "bind": ""
    },
    "tcp": {
      "connect": ""
    },
    "tcpServer": {
      "listen": ""
    }
  },
  "permissions": [
    "<all_urls>",
    "http://*/",
    "https://*/",
    "notifications",
    "webview",
    "storage",
    "desktopCapture",
    "system.network",
    "audioCapture",
    "power",
    "identity",
    "idle",
    "gcm"
  ]
}