{
  "name": "LiveShareIt",
  "short_name": "LiveShare",
  "description": "Real-time text, files, diagrams, and decisions. No signup required.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f5fbfe",
  "theme_color": "#21818d",
  "orientation": "any",
  "icons": [
    { "src": "/favicon.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/favicon.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "application/pdf", "text/*", "application/json", "audio/*", "video/*"]
        }
      ]
    }
  }
}
