{
  "name": "Dapper — AI Men's Style Intelligence",
  "short_name": "Dapper",
  "description": "AI-powered suit styling. Perfect shirt, tie, and outfit combinations — instantly.",
  "start_url": "/app",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#080f1e",
  "theme_color": "#080f1e",
  "lang": "en",
  "scope": "/",
  "categories": ["lifestyle", "fashion", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Analyze Suit",
      "short_name": "Analyzer",
      "description": "Analyze a new suit",
      "url": "/app",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Validate Outfit",
      "short_name": "Validator",
      "description": "Validate a complete outfit",
      "url": "/app",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
