{
  "name": "99LV — Недвижимость Москвы",
  "short_name": "99LV",
  "description": "Каталог жилых комплексов Москвы и заявки на подбор недвижимости",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#112720",
  "theme_color": "#cfab59",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Добавить объект",
      "short_name": "Добавить",
      "description": "Добавить новый объект недвижимости",
      "url": "/admin/properties/new",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Новые лиды",
      "short_name": "Лиды",
      "description": "Посмотреть новые заявки",
      "url": "/admin/leads",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "categories": [
    "business",
    "productivity",
    "real_estate"
  ]
}