{
  "name": "MaeCon Command Center",
  "short_name": "MaeCon",
  "description": "MaeCon Construction — every job, from first sketch to final draw.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#EEF2F7",
  "theme_color": "#3E5572",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-intake",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "media", "accept": ["image/*", "application/pdf"] }
      ]
    }
  }
}
