{
  "id": "/",
  "name": "드림가챠",
  "short_name": "드림가챠",
  "description": "꿈을 사고팔며 오늘의 부적을 뽑는 몽환 가챠",
  "lang": "ko",
  "dir": "ltr",
  "start_url": "/?src=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone"],
  "orientation": "portrait",
  "background_color": "#1a1440",
  "theme_color": "#1a1440",
  "categories": ["games", "entertainment", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "오늘 뽑기", "short_name": "뽑기", "url": "/?go=home", "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }] },
    { "name": "꿈 팔기", "short_name": "꿈팔기", "url": "/?go=sell", "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }] },
    { "name": "내 도감", "short_name": "도감", "url": "/?go=mypage", "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }] }
  ]
}
