{
  "name": "보푸라기 - 보험설계사 커뮤니티",
  "short_name": "보푸라기",
  "description": "보험설계사(FC)를 위한 익명 커뮤니티 플랫폼",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#00C471",
  "lang": "ko",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["social", "business"],
  "screenshots": [
    {
      "src": "/static/screenshot-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "홈 화면"
    }
  ],
  "shortcuts": [
    {
      "name": "커뮤니티",
      "short_name": "커뮤니티",
      "description": "게시글 목록 보기",
      "url": "/community",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "구인구직",
      "short_name": "구인구직",
      "description": "채용 공고 보기",
      "url": "/jobs",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI 도구",
      "short_name": "AI 도구",
      "description": "AI 도구 사용하기",
      "url": "/ai-tools",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
