{
  "name": "Smart Tutor",
  "short_name": "Tutor",
  "description": "CRM для репетиторов",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#E5EAF5",
  "theme_color": "#E5EAF5",
  "orientation": "portrait-primary",
  "categories": ["education", "productivity"],
  "lang": "ru",
  "dir": "ltr",
  "icons": [
    { "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/images/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Расписание",
      "url": "/tutor/schedule",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ученики",
      "url": "/tutor/students",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Чат с ИИ",
      "url": "/chat",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
