UDS | Wayfinding

UDS | Wayfinding

Fullscreen display of MWAA wayfinding map.

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 | Wayfinding",
  "description": "Fullscreen display of MWAA wayfinding map.",
  "version": "0.6.0",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "bluetooth": {},
  "permissions": [
    "fullscreen",
    "power",
    "notifications",
    "storage",
    "system.network"
  ],
  "offline_enabled": true,
  "short_name": "Wayfinding",
  "kiosk_enabled": true,
  "icons": {
    "16": "icon_16.png",
    "96": "icon_96.png",
    "128": "icon_128.png"
  }
}