{
  "name": "Aeppy",
  "short_name": "Aeppy",
  "description": "추억과 일상을 함께 기록하는 커플 다이어리",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fffaf6",
  "theme_color": "#ef4444",
  "lang": "ko-KR",
  "scope": "/",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "사진첩",
      "short_name": "사진첩",
      "description": "함께한 추억 사진첩 보기",
      "url": "/?tab=gallery",
      "icons": [{ "src": "/icons/paw-camera.webp", "sizes": "96x96", "type": "image/webp" }]
    },
    {
      "name": "기념일",
      "short_name": "기념일",
      "description": "기념일 · D-Day 보기",
      "url": "/?tab=anniversary",
      "icons": [{ "src": "/icons/clock-film.webp", "sizes": "96x96", "type": "image/webp" }]
    },
    {
      "name": "여행 & 위시",
      "short_name": "위시",
      "description": "여행 계획과 위시리스트",
      "url": "/?tab=wish",
      "icons": [{ "src": "/wish/heart.webp", "sizes": "96x96", "type": "image/webp" }]
    }
  ]
}
