{
  "id": "/",
  "name": "Portail Recrutement",
  "short_name": "Recrutement",
  "description": "Portail de recrutement - Consultez nos offres et postulez en ligne",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "background_color": "#ffffff",
  "theme_color": "#008751",
  "orientation": "portrait-primary",
  "lang": "fr",
  "categories": [
    "business",
    "productivity"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/images/logos/sorepco.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logos/sorepco.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logos/sorepco.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Offres d'emploi",
      "short_name": "Offres",
      "description": "Consulter toutes les offres disponibles",
      "url": "/offres?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/images/logos/sorepco.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Postuler",
      "short_name": "Candidature",
      "description": "Soumettre une candidature spontanée",
      "url": "/offres/candidature-spontanee?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/images/logos/sorepco.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}