{
  "name": "NO:DE — 대화로 만드는 본인 색깔 자소서",
  "short_name": "NO:DE",
  "description": "직무 미결정 취준생을 위한 자기탐색·직무추천·자소서·로드맵 통합 서비스",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2271E4",
  "lang": "ko-KR",
  "categories": ["education", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "분석 시작",
      "short_name": "분석",
      "url": "/home/analysis",
      "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "자소서",
      "short_name": "자소서",
      "url": "/home/resume",
      "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "로드맵",
      "short_name": "로드맵",
      "url": "/home/roadmap",
      "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
