{
  "name": "BLINDSPOT",
  "short_name": "Blindspot",
  "description": "Operating System for Human Relationships — Deep behavioral analysis and co-regulation matching",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0D0B08",
  "theme_color": "#E8913A",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/vault/import/shared",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "data",
          "accept": [
            "text/plain",
            "application/json",
            "application/zip",
            "text/csv",
            "application/xml",
            ".txt",
            ".json",
            ".zip",
            ".csv"
          ]
        }
      ]
    }
  }
}
