{
  "name": "Education & Training Center Dashboard",
  "short_name": "ETC",
  "description": "Live Events, Venue Status, Upcoming Programs, Registration QR Codes and Training Center Information.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#062E27",
  "theme_color": "#062E27",
  "icons": [
    { "src": "/favicon-32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "/favicon-64.png", "sizes": "64x64", "type": "image/png" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" },
    { "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": "ETC Dashboard",
      "short_name": "Dashboard",
      "description": "Live events, venue status and wayfinding",
      "url": "/",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
        { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
      ]
    },
    {
      "name": "ETC Admin",
      "short_name": "Admin",
      "description": "Administration & control portal",
      "url": "/admin",
      "icons": [
        { "src": "/admin-icon-192.png", "sizes": "192x192", "type": "image/png" },
        { "src": "/admin-icon-512.png", "sizes": "512x512", "type": "image/png" }
      ]
    }
  ]
}
