{
  "name": "VKİ Hesaplayıcı - Sağlık Takip",
  "short_name": "VKİ",
  "description": "Modern Vücut Kitle Endeksi (VKİ), BMR, TDEE, ideal kilo ve sağlık takip uygulaması. Çoklu dil ve offline destek.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#667eea",
  "theme_color": "#667eea",
  "lang": "tr",
  "categories": ["health", "fitness", "lifestyle", "medical"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Hızlı Hesapla",
      "short_name": "Hesapla",
      "description": "VKİ hesaplama formunu aç",
      "url": "./index.html?action=calculate",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    },
    {
      "name": "Geçmiş",
      "short_name": "Geçmiş",
      "description": "Hesaplama geçmişini görüntüle",
      "url": "./index.html?action=history",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
