{
  "name": "Fishing Report",
  "short_name": "Fishing Report",
  "description": "Enregistrez vos prises, consultez vos statistiques de pêche",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1a3a2a",
  "theme_color": "#2d6a4f",
  "lang": "fr",
  "categories": ["sports", "lifestyle"],
  "icons": [
    {
      "src": "/icones/pwa-icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icones/pwa-icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icones/pwa-icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icones/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icones/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Nouvelle prise",
      "short_name": "Prise",
      "description": "Enregistrer une nouvelle prise",
      "url": "/prise_form.php",
      "icons": [{ "src": "/icones/pwa-icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Mes prises",
      "short_name": "Prises",
      "description": "Consulter mes prises",
      "url": "/pecheur.php",
      "icons": [{ "src": "/icones/pwa-icon-96.png", "sizes": "96x96" }]
    }
  ]
}
