{
  "name": "תתמללי – תמלול הקלטות",
  "short_name": "תתמללי",
  "description": "שתפו הקלטה מוואטסאפ וקבלו תמלול מיידי",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F172A",
  "theme_color": "#1E3A5F",
  "lang": "he",
  "dir": "rtl",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["audio/*", "video/*", ".mp3", ".wav", ".m4a", ".ogg", ".opus", ".flac", ".webm", ".mp4", ".3gp", ".aac"]
        }
      ]
    }
  }
}
