{
  "name": "TryOn AI - AI Fashion Stylist",
  "short_name": "TryOnAI",
  "description": "Your personal AI fashion stylist. Virtual try-on, outfit recommendations, wardrobe management.",
  "start_url": "/home?utm_source=pwa",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#7c3aed",
  "orientation": "portrait",
  "categories": ["shopping", "lifestyle", "fashion"],
  "screenshots": [],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "AI Chat", "url": "/chat", "description": "Chat with AI stylist" },
    { "name": "Try On", "url": "/try-on", "description": "Virtual try-on" },
    { "name": "Wardrobe", "url": "/wardrobe", "description": "My wardrobe" }
  ]
}
