UDS | Information Desk | BETA

UDS | Information Desk | BETA

Interactive Kiosk for DCA Information Desks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "UDS | Information Desk | BETA",
  "description": "Interactive Kiosk for DCA Information Desks.",
  "version": "0.8.0",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "bluetooth": {},
  "permissions": [
    "fullscreen",
    "power",
    "notifications",
    "webview"
  ],
  "offline_enabled": true,
  "short_name": "Wayfinding",
  "kiosk_enabled": true,
  "icons": {
    "16": "icon_16.png",
    "96": "icon_96.png",
    "128": "icon_128.png"
  }
}