{
  "name": "ЭКОсмена — Система учёта смен",
  "short_name": "ЭКОсмена",
  "description": "Управление сменами, сотрудниками и отчётами",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#07101F",
  "theme_color": "#22C55E",
  "lang": "ru",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/favicon.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Дашборд",
      "short_name": "Дашборд",
      "url": "/",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Отчёты",
      "short_name": "Отчёты",
      "url": "/reports",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Сотрудники",
      "short_name": "Сотрудники",
      "url": "/users",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
