{
  "id": "/",
  "name": "Péideal - Petites annonces à La Réunion",
  "short_name": "Péideal",
  "description": "Plateforme de petites annonces locales à La Réunion : logement & véhicules. Publication gratuite et simple.",
  "lang": "fr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#231c19",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["shopping", "business"],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Parcourir les annonces",
      "short_name": "Annonces",
      "description": "Voir toutes les annonces disponibles",
      "url": "/annonces",
      "icons": [
        {
          "src": "/manifest-icon-192.maskable.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Publier une annonce",
      "short_name": "Publier",
      "description": "Créer une nouvelle annonce",
      "url": "/publier",
      "icons": [
        {
          "src": "/manifest-icon-192.maskable.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Mes favoris",
      "short_name": "Favoris",
      "description": "Voir mes annonces favorites",
      "url": "/compte/favoris",
      "icons": [
        {
          "src": "/manifest-icon-192.maskable.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
