{
  "name": "Управление собачьей дрессировкой",
  "short_name": "КинологApp",
  "description": "Управляйте клиентами, собаками, тренировками и финансами",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "orientation": "portrait-primary",
  "lang": "ru",
  "icons": [
    {
      "src": "https://via.placeholder.com/192x192/0d6efd/ffffff?text=🐾",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://via.placeholder.com/512x512/0d6efd/ffffff?text=🐾",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Клиенты",
      "short_name": "Клиенты",
      "description": "Список клиентов",
      "url": "/clients",
      "icons": [{ "src": "https://via.placeholder.com/96x96/0d6efd/ffffff?text=👥", "sizes": "96x96" }]
    },
    {
      "name": "Календарь",
      "short_name": "Календарь",
      "description": "Расписание занятий",
      "url": "/appointments",
      "icons": [{ "src": "https://via.placeholder.com/96x96/0d6efd/ffffff?text=📅", "sizes": "96x96" }]
    }
  ]
}
