{
  "id": "/",
  "name": "5office",
  "short_name": "5office",
  "description": "급여·인사·근태·전자결재·일정을 한곳에서 관리하는 올인원 업무 관리 솔루션",
  "lang": "ko",
  "dir": "ltr",
  "start_url": "/dashboard/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#4F46E5",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/static/img/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/img/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "오늘 출퇴근",
      "short_name": "출퇴근",
      "url": "/dashboard/?utm_source=pwa_shortcut",
      "icons": [{ "src": "/static/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "내 급여명세서",
      "short_name": "급여명세서",
      "url": "/payroll/my-payslip/?utm_source=pwa_shortcut",
      "icons": [{ "src": "/static/img/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
