{
  "id": "living-styled-pwa",
  "name": "Living Styled",
  "short_name": "Living Styled",
  "description": "AI-powered fashion styling platform with personalized recommendations, clothing analysis, and weather-based outfit suggestions",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["lifestyle", "shopping", "fashion"],
  "screenshots": [
    {
      "src": "/images/screenshot-wide.png",
      "sizes": "1408x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Living Styled desktop view"
    },
    {
      "src": "/images/screenshot-narrow.png",
      "sizes": "768x1408",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Living Styled mobile view"
    }
  ],
  "shortcuts": [
    {
      "name": "My Wardrobe",
      "short_name": "Wardrobe",
      "description": "View your virtual wardrobe",
      "url": "/wardrobe",
      "icons": [{"src": "/images/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Style Analysis",
      "short_name": "Analysis",
      "description": "Analyze your clothing with AI",
      "url": "/clothing-analysis",
      "icons": [{"src": "/images/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
