{
  "name": "Secura - Application de pointage",
  "short_name": "Secura",
  "description": "Application de pointage sécurisée pour les employés et administrateurs RH. Gérez vos pointages, horaires et présences en toute simplicité.",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0026E2",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/secure_tech.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/secure_tech.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Pointage rapide",
      "short_name": "Secura",
      "description": "Accéder rapidement au pointage",
      "url": "/home",
      "icons": [
        {
          "src": "/secure_tech.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}

