{
  "name": "Purple Blossom AI",
  "short_name": "Blossom",
  "description": "AI-powered growth platform for solopreneurs",
  "start_url": "/SPA.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8B7EC8",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/SPA.html#/capture",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link",
      "files": [
        {
          "name": "image",
          "accept": ["image/jpeg", "image/png", "image/webp", "image/gif"]
        }
      ]
    }
  }
}
