{
  "name": "ProofTrail",
  "short_name": "ProofTrail",
  "description": "Evidence-first genealogy investigation platform",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#F9F9F8",
  "theme_color": "#2d7a4f",
  "orientation": "portrait",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "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/*", ".csv", ".xlsx", ".doc", ".docx"] }
      ]
    }
  },
  "screenshots": [
    { "src": "/screenshots/desktop.png", "sizes": "1280x800", "type": "image/png", "form_factor": "wide" },
    { "src": "/screenshots/mobile.png", "sizes": "390x844", "type": "image/png", "form_factor": "narrow" }
  ]
}
