{
  "name": "Aiwaro - AI Corporate Travel Management",
  "short_name": "Aiwaro",
  "description": "AI-powered corporate travel management. Submit requests, book travel, manage approvals, and track expenses.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a1628",
  "theme_color": "#8b5cf6",
  "orientation": "any",
  "scope": "/",
  "categories": ["business", "travel", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your travel dashboard"
    },
    {
      "name": "New Travel Request",
      "url": "/travel-request",
      "description": "Submit a new travel request"
    },
    {
      "name": "My Bookings",
      "url": "/bookings",
      "description": "View your travel bookings"
    }
  ]
}