{
  "name": "Book360AI",
  "short_name": "Book360AI",
  "description": "AI-powered front desk for local service businesses",
  "start_url": "/dashboard/overview",
  "display": "standalone",
  "background_color": "#09090B",
  "theme_color": "#10B981",
  "orientation": "portrait",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Overview",
      "short_name": "Overview",
      "url": "/dashboard/overview",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Conversations",
      "short_name": "Chats",
      "url": "/dashboard/conversations",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Appointments",
      "short_name": "Appts",
      "url": "/dashboard/appointments",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
