{
    "name": "Le Marché de Castanet Primeur",
    "short_name": "Castanet",
    "description": "Fruits & légumes, fromagerie, épicerie fine, boucherie & poissonnerie à Nîmes. Circuits courts et fraîcheur garantie.",
    "lang": "fr-FR",
    "dir": "ltr",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#0e4a2f",
    "categories": ["food", "shopping", "grocery", "lifestyle"],
    "icons": [
      {
        "src": "/icons/icon-192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/icon-192-maskable.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable"
      },
      {
        "src": "/icons/icon-512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/icon-512-maskable.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
      }
    ],
    "shortcuts": [
      {
        "name": "Magasin",
        "short_name": "Magasin",
        "url": "/magasin",
        "icons": [
          {
            "src": "/icons/shortcut-magasin.png",
            "sizes": "192x192",
            "type": "image/png"
          }
        ]
      },
      {
        "name": "Primeur",
        "short_name": "Primeur",
        "url": "/primeur",
        "icons": [
          {
            "src": "/icons/shortcut-primeur.png",
            "sizes": "192x192",
            "type": "image/png"
          }
        ]
      },
      {
        "name": "Contact",
        "short_name": "Contact",
        "url": "/contact",
        "icons": [
          {
            "src": "/icons/shortcut-contact.png",
            "sizes": "192x192",
            "type": "image/png"
          }
        ]
      }
    ],
    "prefer_related_applications": false
  }