{
  "name": "Afriova - Marketplace d'Annonces",
  "short_name": "Afriova",
  "description": "Publiez et trouvez facilement des annonces locales en toute sécurité",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#043181",
  "theme_color": "#ff8500",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "fr",
  "dir": "ltr",
  "categories": ["shopping", "productivity", "business"],
  "icons": [
    {
      "src": "/assets/favico3.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/favico3.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/favico3.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/favico3.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/favico3.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/favico3.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/favico3.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/favico3.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Publier une annonce",
      "short_name": "Poster",
      "description": "Créer une nouvelle annonce",
      "url": "/ad-post/",
      "icons": [
        {
          "src": "/assets/favico3.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Mes annonces",
      "short_name": "Mes Annonces",
      "description": "Voir vos annonces publiées",
      "url": "/mes_annonces/",
      "icons": [
        {
          "src": "/assets/favico3.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Favoris",
      "short_name": "Favoris",
      "description": "Voir vos annonces favorites",
      "url": "/favoris/",
      "icons": [
        {
          "src": "/assets/favico3.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}