{
  "id": "/meetings.html",
  "name": "MSF Meetings",
  "short_name": "Meetings",
  "description": "Record or upload meetings — speaker-labelled transcripts, summaries and a searchable archive.",
  "start_url": "/meetings.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#01A651",
  "icons": [
    { "src": "/logo.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/logo.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/meetings.html?share=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [{ "name": "file", "accept": ["audio/*", "video/*", ".m4a", ".mp3", ".wav", ".mp4", ".mov", ".aac", ".ogg", ".webm"] }]
    }
  },
  "shortcuts": [
    { "name": "Record", "url": "/meetings.html", "description": "Start recording a meeting" },
    { "name": "Library", "url": "/meetings.html?view=library", "description": "Search past meetings" },
    { "name": "Upload", "url": "/meetings.html?view=upload", "description": "Upload a recording" }
  ]
}
