{
  "name": "Бонака-Сервис",
  "short_name": "Бонака",
  "description": "Промывка систем отопления — мобильное приложение для бригад",
  "lang": "ru",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0da861",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Чат с диспетчером",
      "short_name": "Чат",
      "description": "Открыть чат с диспетчером",
      "url": "/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Мой график",
      "short_name": "График",
      "description": "Открыть расписание работ",
      "url": "/schedule",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Заявки на материалы",
      "short_name": "Заявки",
      "description": "Открыть список заявок",
      "url": "/materials-requests",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
