{
  "name": "Weepy",
  "short_name": "Weepy",
  "description": "Your voice notes, finally understood.",
  "start_url": "/dashboard",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#0A6847",
  "background_color": "#F5F0E8",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon-maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-receiver",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": [
            "audio/*",
            "video/*",
            "image/*",
            "application/pdf",
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            "text/plain",
            "text/markdown",
            "text/csv",
            "application/json",
            ".opus", ".ogg", ".m4a", ".mp3", ".wav", ".aac", ".weba", ".webm", ".3gp", ".3gpp", ".amr", ".flac",
            ".pdf", ".docx", ".txt", ".md", ".csv", ".tsv", ".json", ".log", ".yml", ".yaml", ".rtf",
            ".png", ".jpg", ".jpeg", ".webp", ".gif", ".heic", ".heif", ".bmp"
          ]
        }
      ]
    }
  }
}
