{
  "name": "QR 출결 스캔",
  "short_name": "QR 출결",
  "description": "QR 코드 기반 출결 관리 시스템",
  "start_url": "/",
  "display": "fullscreen",
  "background_color": "#004d66",
  "theme_color": "#004d66",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable" 
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
