LiveScreen TV

LiveScreen TV

The easiest infoscreen solution!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LiveScreen TV",
  "description": "The easiest infoscreen solution!",
  "version": "1.0.10",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "idle",
    "power",
    "background",
    "storage",
    "unlimitedStorage",
    "alarms",
    "webview",
    "fullscreen",
    "system.network",
    "http://*/*",
    "https://*/*",
    "https://admin.livescreen.no/",
    "https://admin.livescreen.com/",
    "https://app.livescreen.no/",
    "https://app.livescreen.com/",
    "https://localhost:44370/",
    "<all_urls>",
    {
      "fileSystem": [
        "directory",
        "retainEntries"
      ]
    }
  ],
  "webview": {
    "partitions": [
      {
        "name": "LiveScreen",
        "accessible_resources": [
          "*.mp4"
        ]
      }
    ]
  },
  "sockets": {
    "tcpServer": {
      "listen": "*"
    }
  },
  "icons": {
    "16": "Content/Img/Icons/16x16.png",
    "48": "Content/Img/Icons/48x48.png",
    "96": "Content/Img/Icons/96x96.png",
    "128": "Content/Img/Icons/128x128.png"
  },
  "kiosk_enabled": true
}