{
  "name": "Fastmate: 간헐적 단식 타이머",
  "short_name": "Fastmate",
  "version": "1.2.0",
  "description": "관리하는 단식을 위한 앱으로 타이머,케톤,혈당, 체중을 기록합니다.",
  "start_url": "https://fastmate.kr/index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "scope": "/",
  "theme_color": "#1c8e3e",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}