{
  "name": "Prox - AI Home Product Discovery",
  "short_name": "Prox",
  "description": "AI-powered product discovery for your home. Describe your space and get personalized recommendations.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/",
  "id": "/",
  "categories": ["shopping", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Prox homepage on desktop"
    },
    {
      "src": "/screenshots/home-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Prox homepage on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Chat",
      "short_name": "Chat",
      "url": "/chat/improve",
      "description": "Start a product discovery chat"
    },
    {
      "name": "Explore Products",
      "short_name": "Explore",
      "url": "/explore",
      "description": "Browse curated product collections"
    },
    {
      "name": "View Deals",
      "short_name": "Deals",
      "url": "/deals",
      "description": "See today's featured deals"
    }
  ],
  "share_target": {
    "action": "/chat/improve",
    "method": "GET",
    "params": {
      "text": "q"
    }
  }
}