{
  "name": "Paycheck — 알바 급여 계산기",
  "short_name": "Paycheck",
  "description": "시급, 근무시간을 넣으면 주휴수당까지 자동 계산해주는 알바 급여 계산기",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F3F1FA",
  "theme_color": "#7B5CFA",
  "lang": "ko",
  "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"
    }
  ]
}
