{
  "name": "Montoir 2024",
  "short_name": "Montoir 2024",
  "description": "Application web progressive compatible Android et iOS.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#007bff",
  "orientation": "portrait",
  "scope": "/",
  "id": "/",
  "icons": [
    {
      "src": "/ufolarc/logos/logo_192x192.png",
      "sizes": "192x192",
      "type": "image/png"
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouvel élément",
      "short_name": "Nouveau",
      "description": "Créer un nouvel élément",
      "url": "/nouveau",
      "icons": [
        {
          "src": "/icons/shortcut-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [
    {
      "platform": "web"
    }
  ],
  "prefer_related_applications": false
}
