{
  "name": "Potagez!",
  "short_name": "Potagez",
  "description": "Trouvez un potager près de chez vous ou partagez votre jardin. Cultivez local, produisez vos propres fruits et légumes près de chez vous.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#7eb099",
  "categories": ["productivity", "lifestyle"],
  "lang": "fr",
  "scope": "/",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
} 