{
  "id": "/?source=pwa",
  "name": "Hair Hugger Studio",
  "short_name": "HairHugger",
  "description": "Try 50+ premium hairstyles with identity-locked AI generation.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#080808",
  "theme_color": "#FFC107",
  "lang": "en",
  "dir": "ltr",
  "categories": ["lifestyle", "photo", "beauty"],
  "launch_handler": { "client_mode": "navigate-existing" },
  "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-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "/screenshot-narrow.jpg", "sizes": "720x1280", "type": "image/jpeg", "form_factor": "narrow", "label": "Browse and try on 50+ hairstyles" },
    { "src": "/screenshot-wide.jpg", "sizes": "1280x720", "type": "image/jpeg", "form_factor": "wide", "label": "AI hairstyle studio on desktop" }
  ],
  "shortcuts": [
    { "name": "Style Lab", "short_name": "Styles", "url": "/?tab=styles", "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Plans", "short_name": "Plans", "url": "/plans", "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }] }
  ],
  "prefer_related_applications": false
}
