{
  "name": "GymBot - Персональный тренер",
  "short_name": "GymBot",
  "description": "Приложение для отслеживания тренировок и упражнений",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ru",
  "categories": ["fitness", "health", "lifestyle"],
  "icons": [
    {
      "src": "/globe.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Добавить упражнение",
      "short_name": "Добавить",
      "description": "Быстро добавить новое упражнение",
      "url": "/?action=add-exercise",
      "icons": [
        {
          "src": "/globe.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Календарь",
      "short_name": "Календарь",
      "description": "Открыть календарь тренировок",
      "url": "/?action=calendar",
      "icons": [
        {
          "src": "/globe.svg",
          "sizes": "any"
        }
      ]
    }
  ]
}
