{
  "name": "DotLove — 연애 유형 테스트",
  "short_name": "DotLove",
  "description": "스토리 선택지로 나의 16가지 연애 유형을 발견하세요",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0318",
  "theme_color": "#0a0318",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "유형 목록",
      "short_name": "유형목록",
      "url": "/types",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "케미 테스트",
      "short_name": "케미",
      "url": "/chemi",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["entertainment", "lifestyle"],
  "lang": "ko"
}
