{
  "name": "KooraLive",
  "short_name": "KooraLive",
  "description": "Suivi en direct des matchs et actualités sportives",
  "start_url": "/fr/?source=pwa",
  "scope": "/fr/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#b31919",
  "orientation": "portrait-primary",
  "dir": "ltr",
  "lang": "fr",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "news"],
  "shortcuts": [
    {
      "name": "Matchs",
      "short_name": "Matchs",
      "description": "Voir les matchs en direct",
      "url": "/fr/matches",
      "icons": [{"src": "/web-app-manifest-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "Actualités",
      "short_name": "Actualités",
      "description": "Dernières actualités sportives",
      "url": "/fr/news",
      "icons": [{"src": "/web-app-manifest-192x192.png", "sizes": "192x192"}]
    }
  ]
}
