{
  "name": "식사루틴 — 식전·식후 건강 타이머",
  "short_name": "식사루틴",
  "description": "식전 냉음료 금지부터 식후 소화 운동·약 복용·양치·취침까지, 하루 식사 루틴을 타이머로 관리하세요.",
  "lang": "ko",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5F8F3",
  "theme_color": "#2E7D5B",
  "categories": ["health", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "icons/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "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"
    }
  ],
  "shortcuts": [
    {
      "name": "칼로리 계산기",
      "short_name": "칼로리",
      "url": "./index.html#calc",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "약 복용 타이머",
      "short_name": "약 복용",
      "url": "./index.html#med",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "취침 타이머",
      "short_name": "취침",
      "url": "./index.html#sleep",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
