{
  "name": "Iron Tracker",
  "short_name": "Iron",
  "description": "Training diary for workouts, sets, and progress.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "lang": "ru",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#121212",
  "categories": ["fitness", "health", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Дневник",
      "short_name": "Дневник",
      "description": "Открыть дневник тренировок",
      "url": "/?source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
