{
  "name": "Coffee — Your AI-Powered Store",
  "short_name": "Coffee",
  "description": "AI-powered e-commerce store with autonomous agents",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#2563eb",
  "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" }
  ],
  "screenshots": [
    { "src": "/screenshots/home.png", "sizes": "390x844", "type": "image/png", "form_factor": "narrow" }
  ],
  "categories": ["shopping", "business"],
  "shortcuts": [
    { "name": "Agent Queue", "url": "/dashboard/agents", "description": "See what your AI agents found" },
    { "name": "My Orders", "url": "/dashboard/orders", "description": "Track your orders" }
  ]
}
