{
  "name": "AI Receptionist",
  "short_name": "AI Recept.",
  "description": "AI-powered booking assistant for your business. Manage bookings, revenue, and customers from your phone.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#4F46E5",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon-192.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "shortcuts": [
    { "name": "Dashboard", "url": "/app", "description": "View your dashboard" },
    { "name": "Bookings", "url": "/app/bookings", "description": "Manage bookings" },
    { "name": "Live View", "url": "/app/live", "description": "Real-time schedule" }
  ]
}
