{
  "name": "АвтоКабинет",
  "short_name": "АвтоКабинет",
  "description": "Вся история вашего автомобиля в одном месте.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#070b12",
  "theme_color": "#0f1f2e",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Добавить автомобиль",
      "url": "/garage",
      "description": "Открыть гараж"
    },
    {
      "name": "Напоминания",
      "url": "/reminders",
      "description": "Посмотреть сроки ТО и документов"
    }
  ]
}
