Appazur Kiosk

Appazur Kiosk

This version of the Kiosk app is intended for Appazur Digital Signage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Appazur Kiosk",
  "description": "This version of the Kiosk app is intended for Appazur Digital Signage.",
  "manifest_version": 2,
  "version": "5.5.1.306",
  "author": {
    "name": "Appazur Solutions",
    "email": "[email protected]"
  },
  "kiosk_enabled": true,
  "offline_enabled": true,
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "www/js/jquery.min.js",
        "js/main.js"
      ],
      "persistent": false
    }
  },
  "sockets": {
    "tcpServer": {
      "listen": "*"
    }
  },
  "storage": {
    "managed_schema": "schema.json"
  },
  "permissions": [
    "gcm",
    "system.display",
    "system.network",
    "power",
    "webview",
    "alwaysOnTopWindows",
    "storage",
    {
      "fileSystem": [
        "directory"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.appazur.com/*",
      "*://*.school2go.ca/*",
      "http://sunnycrest.lan:8000/*"
    ]
  }
}