{
  "id": "/",
  "name": "충청대 허브",
  "short_name": "충청대",
  "description": "Campus Community Hub - 캠퍼스 커뮤니티 포털",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "orientation": "portrait-primary",
  "theme_color": "#0f172a",
  "background_color": "#ffffff",
  "categories": ["education", "social"],
  "dir": "ltr",
  "lang": "ko",
  "screenshots": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "form_factor": "narrow",
      "type": "image/png",
      "label": "홈 화면"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "form_factor": "wide",
      "type": "image/png",
      "label": "데스크톱 뷰"
    }
  ],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["*/*"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "홈",
      "short_name": "홈",
      "description": "포털 홈 바로가기",
      "url": "/",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "인박스",
      "short_name": "인박스",
      "description": "인박스 바로가기",
      "url": "/inbox",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "내 정보",
      "short_name": "내 정보",
      "description": "내 정보 조회",
      "url": "/mypage",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
