{
  "name": "OnDive — Log Your Underwater World",
  "short_name": "OnDive",
  "description": "Logbook de plongée — identifiez et partagez vos observations sous-marines",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#03045E",
  "theme_color": "#0077B6",
  "lang": "fr",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouvelle observation",
      "short_name": "Observer",
      "url": "/observe",
      "description": "Enregistrer une nouvelle observation"
    },
    {
      "name": "Mon dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard"
    }
  ],
  "categories": ["lifestyle", "sports", "education"]
}
