{
  "name": "E-ENT",
  "short_name": "E-ENT",
  "description": "Enregistrement, transcription et comptes-rendus fiables pour toutes vos réunions",
  "start_url": "/?view=home&source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f5f7f4",
  "theme_color": "#0a6a7a",
  "lang": "fr-FR",
  "dir": "ltr",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/pwa-icons/eent-v2-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icons/eent-v2-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icons/eent-v2-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icons/eent-v2-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icons/eent-v2-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icons/eent-v2-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icons/eent-v2-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icons/eent-v2-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-icons/eent-v2-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Réunions",
      "short_name": "Réunions",
      "description": "Enregistrer ou importer une réunion",
      "url": "/?view=reunions&source=shortcut",
      "icons": [{ "src": "/pwa-icons/eent-v2-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/?view=share-receive",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "shared_audio",
          "accept": [
            "audio/*",
            ".m4a",
            ".mp3",
            ".wav",
            ".ogg",
            ".webm",
            ".opus",
            ".aac",
            ".mp4",
            ".flac",
            ".caf",
            ".3gp"
          ]
        }
      ]
    }
  },
  "related_applications": [],
  "prefer_related_applications": false
}
