{
  "name": "AIFITZ - Fitness Takip Uygulaması",
  "short_name": "AIFITZ",
  "description": "Sağlıklı yaşamın adresi - Antrenman, beslenme ve fitness takibi",
  "start_url": "./dashboard.html",
  "display": "standalone",
  "background_color": "#0a0e27",
  "theme_color": "#ff6b35",
  "orientation": "portrait-primary",
  "scope": "./",
  "icons": [
    {
      "src": "./img/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./img/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./img/favicon.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./img/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["health", "fitness", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Antrenmanlar",
      "short_name": "Antrenmanlar",
      "description": "Antrenman kayıtlarını görüntüle",
      "url": "./dashboard.html?section=workouts",
      "icons": [{ "src": "./img/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Beslenme",
      "short_name": "Beslenme",
      "description": "Beslenme takibini görüntüle",
      "url": "./dashboard.html?section=nutrition",
      "icons": [{ "src": "./img/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "İlerleme",
      "short_name": "İlerleme",
      "description": "Fitness ilerlemeni görüntüle",
      "url": "./dashboard.html?section=progress",
      "icons": [{ "src": "./img/favicon.png", "sizes": "192x192" }]
    }
  ]
}

