{
  "name": "Atelier — Project & Event Assistant",
  "short_name": "Atelier",
  "description": "Plan curated events and projects with phased checklists, vision boards, props, contacts and a built-in chat.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f7f3ec",
  "theme_color": "#1a1a1a",
  "orientation": "portrait",
  "icons": [
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/api/public/share-contact",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "contact",
          "accept": ["text/vcard", "text/x-vcard", "text/directory", ".vcf"]
        }
      ]
    }
  }
}
