{
  "name": "매일기도",
  "short_name": "매일기도",
  "description": "기도제목을 기록하고, 응답을 기억하세요.",
  "start_url": "/prayers",
  "display": "standalone",
  "background_color": "#e8e8e8",
  "theme_color": "#1a1a1a",
  "orientation": "portrait",
  "lang": "ko",
  "categories": ["lifestyle", "religion"],
  "icons": [
    {
      "src": "/icons/icon-16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "기도제목 추가",
      "short_name": "새 기도",
      "url": "/prayers/new",
      "description": "새 기도제목을 추가합니다"
    },
    {
      "name": "오늘 일기",
      "short_name": "일기",
      "url": "/diary",
      "description": "오늘의 기도 일기를 씁니다"
    }
  ]
}
