{
  "name": "Training Log Luxury",
  "short_name": "TrainLog",
  "description": "Luxury PWA for tracking your workouts — offline-first, privacy-first",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0a1220",
  "background_color": "#0a1220",
  "categories": ["fitness", "health", "lifestyle"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Добавить упражнение",
      "short_name": "Добавить",
      "url": "/",
      "description": "Открыть тренировку сегодня"
    }
  ]
}
