{
  "name": "DAHEE LIFE RPG",
  "short_name": "Life RPG",
  "description": "Real life is the game — routines, quests, records and reflection.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0A0E17",
  "theme_color": "#0A0E17",
  "lang": "ko",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "오늘 할 일", "short_name": "오늘", "url": "/?screen=daily-plan", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "사진으로 기록", "short_name": "기록", "url": "/?screen=capture", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "일기 쓰기", "short_name": "일기", "url": "/?screen=journal", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "검색", "short_name": "검색", "url": "/?quick=search", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
