DISE Xpress

DISE Xpress

DISE Digital Signage Player

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DISE Xpress",
  "description": "DISE Digital Signage Player",
  "author": "DISE International AB",
  "version": "1.30.27",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "ChromeApp.js"
      ]
    }
  },
  "icons": {
    "16": "images/logo_16_16.png",
    "32": "images/logo_32_32.png",
    "64": "images/logo_64_64.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "fullscreen",
    "contextMenus",
    "system.display",
    "system.cpu",
    "system.memory",
    "system.network",
    "system.storage",
    "networking.onc",
    "power",
    "serial",
    "webview"
  ],
  "kiosk_enabled": true,
  "offline_enabled": true
}