{
  "name": "study-with-yeonhwi",
  "short_name": "study-with-yeonhwi",
  "description": "study-with-yeonhwi",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/images/profile.jpg",
      "sizes": "192x192",
      "type": "image/jpg",
      "purpose": "any maskable"
    },
    {
      "src": "/images/profile.jpg",
      "sizes": "512x512",
      "type": "image/jpg",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "검색",
      "short_name": "Search",
      "url": "/search",
      "icons": [
        {
          "src": "/icons/search.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "방명록",
      "short_name": "Guestbook",
      "url": "/guestbook",
      "icons": [
        {
          "src": "/icons/guestbook.svg",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
