{
  "name": "Sereno",
  "short_name": "Sereno",
  "description": "Sereno — ton courrier et tes paiements, sans charge mentale.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f1e3",
  "theme_color": "#7a8f6f",
  "lang": "fr",
  "categories": ["productivity", "finance", "lifestyle"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/partager",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "titre",
      "text": "texte",
      "url": "lien",
      "files": [
        {
          "name": "fichier",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Ajouter un courrier",
      "short_name": "Ajouter",
      "description": "Prendre en photo un papier et le ranger",
      "url": "/ajouter",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Aujourd'hui",
      "short_name": "Aujourd'hui",
      "description": "Tes trois priorités du jour",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
