Signagelive

Signagelive

Play all your digital signage content managed in the cloud at Signagelive.com on your Chrome device

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Signagelive",
  "manifest_version": 2,
  "description": "Play all your digital signage content managed in the cloud at Signagelive.com on your Chrome device",
  "short_name": "Signagelive for ChromeOS",
  "version": "2.01.292",
  "app": {
    "background": {
      "scripts": [
        "scripts/load.js"
      ]
    }
  },
  "icons": {
    "24": "icon_24.png",
    "128": "icon_128.png"
  },
  "sockets": {
    "udp": {
      "send": [
        ""
      ],
      "bind": [
        ""
      ],
      "multicastMembership": ""
    },
    "tcp": {
      "connect": [
        ""
      ]
    },
    "tcpServer": {
      "listen": [
        "*:*"
      ]
    }
  },
  "permissions": [
    "<all_urls>",
    "http://*.rackcdn.com/",
    "https://*.rackcdn.com/",
    "http://*/",
    "https://*/",
    "http://*.signagelive.com/",
    "https://*.signagelive.com/",
    "http://static.signagelive.com/",
    "https://static.signagelive.com/",
    "videoCapture",
    "audioCapture",
    "unlimitedStorage",
    {
      "fileSystem": [
        "write",
        "directory"
      ]
    },
    "system.network",
    "system.cpu",
    "system.storage",
    "storage",
    "system.display",
    "system.memory",
    "power",
    "webview",
    "idle",
    "alwaysOnTopWindows",
    "enterprise.deviceAttributes",
    "enterprise.hardwarePlatform"
  ],
  "webview": {
    "partitions": [
      {
        "name": "static",
        "accessible_resources": [
          "*.html"
        ]
      }
    ]
  },
  "kiosk_enabled": true,
  "offline_enabled": true,
  "commands": {
    "show_device_information": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "Show Device Information"
    },
    "show_setup": {
      "suggested_key": {
        "default": "Ctrl+Shift+2"
      },
      "description": "Show Setup Screen"
    }
  }
}