TV Stream

TV Stream

TV Stream allows you to stream video from your computer to a variety of DLNA/UPnP compatible devices.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TV Stream",
  "description": "TV Stream allows you to stream video from your computer to a variety of DLNA/UPnP compatible devices.",
  "version": "1.1",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "mime.js",
        "buffer.js",
        "request.js",
        "background.js",
        "min.udp_client.js",
        "common.js",
        "stream.js",
        "connection.js",
        "min.webapp.js",
        "handlers.js",
        "httplib.js",
        "min.premium.js",
        "/scripts/buy.js"
      ]
    }
  },
  "icons": {
    "16": "tv-16.png",
    "128": "tv-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgS6NnptekTfq03e7iEspKjSf5Uxsxm2szmMR3GPFhRszhNxwn1JXSwwB17AO5Ixz6or3xPlNg7rRB+gTvSb2gUw2GX8maEaswtqN5I6a2KHd71fdrvgGGF/uv1k3FpjSrEZwUeAcgsVhh8qcrmHberHCl74JlM+8F4ykGB0gbIzmsMeAzHq82Jamt5jOhJfZmytixYF4EpunKDBCLZ/4RdfzG576n0QIgDH93XN+287KoBbgxyAS1bm10Q/Vxs4PNwknS/lPjOjjCKl/wMNeq6q5TwJKkgtTbcxzoz/YB/2rVxXXSerL9SOBHZ8qpY7+L89ybDYDCcxUX8hPzF8bAQIDAQAB",
  "minimum_chrome_version": "33",
  "permissions": [
    "system.network",
    "http://*/*",
    "identity",
    "https://www.googleapis.com/*",
    {
      "fileSystem": [
        "directory",
        "retainEntries"
      ]
    },
    "unlimitedStorage",
    "storage",
    "notifications"
  ],
  "sockets": {
    "udp": {
      "bind": "",
      "send": "",
      "multicastMembership": [
        ""
      ]
    },
    "tcp": {
      "connect": [
        ""
      ]
    },
    "tcpServer": {
      "listen": [
        ""
      ]
    }
  },
  "oauth2": {
    "client_id": "463966652172-qi3ni6ruo2egs0udp1e7hkjjpmvpomce.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  }
}