{
  "name": "XOR — Messagerie chiffrée",
  "short_name": "XOR",
  "description": "Messagerie chiffrée de bout en bout — KDB & Associés",
  "id": "/app/",
  "start_url": "/app/?source=pwa",
  "scope": "/app/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "theme_color": "#0b1416",
  "background_color": "#0b1416",
  "lang": "fr-CH",
  "dir": "ltr",
  "categories": ["social", "productivity", "business"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/app/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/app/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/app/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/app/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Nouveau message",
      "short_name": "Nouveau",
      "url": "/app/?action=new",
      "icons": [{ "src": "/app/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Nouveau groupe",
      "short_name": "Groupe",
      "url": "/app/?action=new-group",
      "icons": [{ "src": "/app/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/app/",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
