{
  "name": "OUTFIT—LJ",
  "short_name": "Outfit-LJ",
  "description": "Discover your luxury style identity. AI-powered outfit recommendations tailored to your unique aesthetic.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#080808",
  "background_color": "#F5F0EB",
  "lang": "en",
  "categories": ["lifestyle", "shopping"],
  "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": [],
  "shortcuts": [
    {
      "name": "Style Quiz",
      "short_name": "Quiz",
      "description": "Take the style quiz",
      "url": "/quiz",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Results",
      "short_name": "Results",
      "description": "View your style results",
      "url": "/results",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
