{
  "id": "/",
  "name": "ALISEA",
  "short_name": "ALISEA",
  "scope": "/",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1B1036",
  "theme_color": "#1B1036",
  "share_target": {
    "action": "/capture/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "application/pdf",
            "text/plain",
            "text/csv",
            "application/msword",
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            "application/vnd.ms-excel",
            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
            "application/vnd.ms-powerpoint",
            "application/vnd.openxmlformats-officedocument.presentationml.presentation"
          ]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Nouvel événement",
      "short_name": "Événement",
      "description": "Créer un nouvel événement dans ALISEA",
      "url": "/raccourci?action=event",
      "icons": [{ "src": "/shortcut-event.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Nouvelle tâche",
      "short_name": "Tâche",
      "description": "Créer une nouvelle tâche dans ALISEA",
      "url": "/raccourci?action=task",
      "icons": [{ "src": "/shortcut-task.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Nouvelle note",
      "short_name": "Note",
      "description": "Créer une nouvelle note dans ALISEA",
      "url": "/raccourci?action=note",
      "icons": [{ "src": "/shortcut-note.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "ALISEA",
      "short_name": "ALISEA",
      "description": "Ouvrir ALISEA",
      "url": "/raccourci?action=alisea",
      "icons": [{ "src": "/shortcut-alisea.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "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" }
  ]
}
