{
  "name": "오늘의 결 · 사주와 별자리",
  "short_name": "오늘의 결",
  "description": "동양의 사주 오행과 서양의 별자리를 교차해 읽는 운세 서비스",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#07081f",
  "theme_color": "#17152f",
  "lang": "ko-KR",
  "categories": ["lifestyle", "entertainment"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
