{
  "name": "데잇",
  "short_name": "데잇",
  "description": "커플을 위한 데이트 기록 앱. D-day, 데잇로그, 데잇픽, 일정을 둘이 함께 관리해보세요.",
  "lang": "ko",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F2F4F6",
  "theme_color": "#E91E63",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "데이트 기록 남기기",
      "short_name": "기록",
      "description": "오늘의 데이트를 사진과 함께 기록해요",
      "url": "/datelog?new=1",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "일정 추가",
      "short_name": "일정",
      "description": "둘이 함께 보는 캘린더에 일정을 추가해요",
      "url": "/calendar",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "데잇픽",
      "short_name": "데잇픽",
      "description": "하고 싶은 것, 가고 싶은 곳을 적어둬요",
      "url": "/wishlist",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
