{
  "name": "Integrated IT Support",
  "short_name": "IISupport",
  "description": "Premium IT support and ARIA AI assistant.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#050505",
  "theme_color": "#d4af37",
  "shortcuts": [
    {
      "name": "ARIA Chat",
      "short_name": "Chat",
      "description": "Open the ARIA IT assistant.",
      "url": "/aria.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Account",
      "short_name": "Account",
      "description": "Open ARIA account controls.",
      "url": "/account.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Status",
      "short_name": "Status",
      "description": "Open ARIA status history.",
      "url": "/status-history.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Platform Readiness",
      "short_name": "Readiness",
      "description": "Open ARIA platform readiness gates.",
      "url": "/platform-readiness.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
