{
  "name": "Милый Дом",
  "short_name": "Милый Дом",
  "description": "Сервис аренды жилья — найдите идеальное место для отдыха",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf8f4",
  "theme_color": "#4a8c6e",
  "orientation": "portrait-primary",
  "lang": "ru",
  "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"
    }
  ],
  "screenshots": [],
  "categories": ["travel", "lifestyle"],
  "shortcuts": [
    {
      "name": "Найти жильё",
      "short_name": "Поиск",
      "description": "Поиск объявлений",
      "url": "/listings",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Мои бронирования",
      "short_name": "Бронирования",
      "description": "История ваших бронирований",
      "url": "/bookings",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
