{
  "name": "PayClock - 알바 출퇴근·급여관리",
  "short_name": "PayClock",
  "description": "알바 출퇴근, 급여명세서, 근로계약서까지 한 번에 관리하는 소상공인 알바관리 서비스",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#003844",
  "lang": "ko-KR",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
