{
  "name": "Ședințe",
  "short_name": "Ședințe",
  "description": "Transcriere și rezumat pentru ședințe înregistrate",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#faf9f7",
  "theme_color": "#7a5c3e",
  "icons": [
    {"src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable"},
    {"src": "/static/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable"}
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "files": [
        {
          "name": "file",
          "accept": ["audio/*", "video/mp4", ".m4a", ".mp3", ".wav", ".opus", ".3gp", ".amr"]
        }
      ]
    }
  }
}
