{
  "name": "Grand Gaz V2",
  "short_name": "Grand Gaz",
  "description": "Pronostics et Live Track F1 2026",
  "lang": "fr",
  "start_url": "./dashboard.php?p=accueil",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0b0d0e",
  "theme_color": "#ff2d55",
  "orientation": "portrait-primary",
  "categories": [
    "sports",
    "entertainment"
  ],
  "icons": [
    {
      "src": "img/logos/GrandGazNeon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/logos/GrandGazNeon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/logos/GrandGazNeon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Track",
      "url": "./dashboard.php?p=live",
      "description": "Suivre la course en direct"
    },
    {
      "name": "Pronostics",
      "url": "./dashboard.php?p=pronostics",
      "description": "Faire mes prédictions"
    }
  ]
}