{
  "name": "NexWork",
  "short_name": "NexWork",
  "description": "Учёт рабочего времени для бизнеса",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#163d2b",
  "theme_color": "#163d2b",
  "lang": "ru",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/logo.svg?v=nw2",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192.png?v=nw2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512.png?v=nw2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.png?v=nw2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Сегодня",
      "short_name": "Сегодня",
      "description": "Кто сейчас на смене",
      "url": "/today",
      "icons": [{ "src": "/android-chrome-192.png?v=nw2", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Сотрудники",
      "short_name": "Люди",
      "description": "Управление сотрудниками",
      "url": "/staff",
      "icons": [{ "src": "/android-chrome-192.png?v=nw2", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "display_override": [
    "standalone",
    "fullscreen",
    "minimal-ui"
  ]
}
