{
  "name": "24SportNews - Spor Haberleri",
  "short_name": "24SportNews",
  "description": "Türkiye'nin en güncel futbol ve basketbol haberleri, 7/24 spor dünyasından son dakika gelişmeleri",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1f2937",
  "orientation": "portrait-primary",
  "categories": ["news", "sports"],
  "lang": "tr-TR",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Futbol Haberleri",
      "short_name": "Futbol",
      "description": "En son futbol haberleri",
      "url": "/football/",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Basketbol Haberleri", 
      "short_name": "Basketbol",
      "description": "En son basketbol haberleri",
      "url": "/basketball/",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}