{
  "name": "Zayed Smart Assistant",
  "short_name": "Zayed",
  "description": "AI-powered smart glasses assistant with voice control, live TV, radio, aircraft radar, and real-time alerts",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#0a1628",
  "theme_color": "#0a1628",
  "categories": ["productivity", "utilities", "entertainment"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Open TV",
      "short_name": "TV",
      "url": "/?action=tv",
      "description": "Open Global Monitor with live TV channels"
    },
    {
      "name": "Open Radio",
      "short_name": "Radio",
      "url": "/?action=radio",
      "description": "Open the hologram radio player"
    }
  ]
}
