{
  "name": "한생 (HANSAENG)",
  "short_name": "한생",
  "description": "우리의 생각이 모이는 곳",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fff6ec",
  "theme_color": "#ff7043",
  "orientation": "portrait-primary",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "prefer_related_applications": false,
  "icons": [
    {"src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
    {"src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable"},
    {"src": "/assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"},
    {"src": "/assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"}
  ],
  "shortcuts": [
    {"name": "탐색", "url": "/explore", "description": "토론 보드 탐색"},
    {"name": "알림", "url": "/notifications", "description": "알림 확인"},
    {"name": "글쓰기", "url": "/write", "description": "토론글 작성"}
  ],
  "categories": ["social", "news"],
  "lang": "ko",
  "share_target": {
    "action": "/create_post.php",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": { "title": "title", "text": "content", "url": "image_url" }
  }
}
