Arreya

Arreya

Arreya Digital Signage Client

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "0.2.27",
  "manifest_version": 2,
  "default_locale": "en",
  "offline_enabled": true,
  "permissions": [
    "webview",
    "fullscreen",
    "alwaysOnTopWindows",
    "power",
    "system.cpu",
    "system.display",
    "system.memory",
    "system.storage",
    "unlimitedStorage",
    "desktopCapture",
    "geolocation",
    "tts",
    "storage",
    "serial"
  ],
  "sockets": {
    "tcp": {
      "connect": "*"
    },
    "udp": {
      "bind": "*",
      "send": "*"
    }
  },
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "kiosk_enabled": true,
  "storage": {
    "managed_schema": "schema.json"
  },
  "app": {
    "background": {
      "scripts": [
        "scripts/background.js"
      ]
    },
    "persistent": false
  }
}