{
  "name": "BG Intelligence",
  "short_name": "BG Intelligence",
  "description": "Secure CRM and OSINT intelligence platform",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0a0a1a",
  "theme_color": "#f1c40f",
  "icons": [
    {
      "src": "/bg-intel-logo-dark.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/share-receive",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "files", "accept": ["image/*", "video/*", "audio/*", "application/pdf", "text/*", "application/*"] }
      ]
    }
  }
}
