Valotalive

Valotalive

The valota.live Digital Signage Chrome OS App

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Valotalive",
  "storage": {
    "managed_schema": "schema.json"
  },
  "short_name": "Valotalive",
  "description": "The valota.live Digital Signage Chrome OS App",
  "version": "2.0.1",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "js/main.js"
      ]
    }
  },
  "icons": {
    "16": "img/valota_app_icon_16.png",
    "32": "img/valota_app_icon_32.png",
    "48": "img/valota_app_icon_48.png",
    "64": "img/valota_app_icon_64.png",
    "128": "img/valota_app_icon_128.png",
    "144": "img/valota_app_icon_144.png",
    "192": "img/valota_app_icon_192.png"
  },
  "permissions": [
    "notifications",
    {
      "fileSystem": [
        "write"
      ]
    },
    "webview",
    "*://*.valotalive.com/",
    "*://*.valota.live/*",
    "*://*.valota.test/*",
    "http://localhost/",
    "fullscreen",
    "overrideEscFullscreen",
    "unlimitedStorage",
    "system.memory",
    "storage",
    "power",
    "enterprise.deviceAttributes",
    "geolocation",
    "networking.onc"
  ],
  "bluetooth": {},
  "externally_connectable": {
    "matches": [
      "http://localhost/*",
      "*://*.valotalive.com/*",
      "*://*.valota.live/*",
      "*://*.valota.test/*"
    ]
  },
  "webview": {
    "partitions": [
      {
        "name": "valota",
        "accessible_resources": [
          ""
        ]
      }
    ]
  },
  "kiosk_enabled": true,
  "offline_enabled": true
}