{
  "name": "Mon Golf Tracker",
  "short_name": "Golf ⛳",
  "description": "Suivi de progression golf - St-Grégoire et autres parcours",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#1a3a2a",
  "theme_color": "#2d6a4f",
  "orientation": "portrait-primary",
  "lang": "fr",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "lifestyle"],
  "shortcuts": [
    {
      "name": "Nouvelle partie",
      "short_name": "Jouer",
      "description": "Démarrer une nouvelle partie",
      "url": "/index.html#new",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
