{
  "name": "AI FLUX LIFE",
  "short_name": "AFL",
  "description": "AI 기반 프리미엄 콘텐츠 플랫폼",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "orientation": "portrait-primary",
  "lang": "ko-KR",
  "dir": "ltr",
  "categories": ["education", "entertainment", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/assets/pwa/new_apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/new_icon-192.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/new_icon-512.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/appstore-icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}