{
  "name": "ETHIC Solutions RH CRM",
  "short_name": "ETHICSolutionsrh CRM",
  "description": "CRM commercial pour agences d'intérim et recrutement",
  "start_url": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#c17f3e",
  "theme_color": "#c17f3e",
  "lang": "fr",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Ajouter un contact",
      "short_name": "Nouveau",
      "description": "Créer un nouveau contact",
      "url": "./?action=add",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Calendrier",
      "short_name": "Calendrier",
      "description": "Voir le calendrier",
      "url": "./?action=calendar",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
