{
  "name": "Mon Jardin Potager",
  "short_name": "Potager",
  "description": "Guide interactif du potager français — légumes, fruits et fleurs par saison et région",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f2f9e8",
  "theme_color": "#2d5016",
  "lang": "fr",
  "scope": "/",
  "categories": ["lifestyle", "education", "food"],
  "icons": [
    {
      "src": "/icons/icon-16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "apple touch icon"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Potager",
      "short_name": "Potager",
      "description": "Voir les plantes du potager",
      "url": "/#potager",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Calendrier lunaire",
      "short_name": "Lune",
      "description": "Consulter le calendrier lunaire",
      "url": "/#lune",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Associations",
      "short_name": "Associations",
      "description": "Associations bénéfiques entre plantes",
      "url": "/#associations",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "Mon Jardin Potager — Vue principale"
    }
  ]
}
