{
  "name": "Avery AI Receptionist",
  "short_name": "Avery",
  "description": "Your AI receptionist — manage calls, bookings, and orders from your phone",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#fafaf8",
  "theme_color": "#c9a88a",
  "orientation": "portrait-primary",
  "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": "Live Orders",
      "short_name": "Orders",
      "description": "View and manage incoming orders",
      "url": "/dashboard?tab=orders",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Today's Calls",
      "short_name": "Calls",
      "description": "View today's call activity",
      "url": "/calls",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Bookings",
      "short_name": "Bookings",
      "description": "View and manage appointments",
      "url": "/bookings",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "prefer_related_applications": false
}
