{
  "name": "SynapsAI — Image Check",
  "short_name": "SynapsAI",
  "description": "Check any image for AI generation, deepfakes, and manipulation. Forensic AI + on-chain proof.",
  "start_url": "/check",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#7C3AED",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Prometheus AI",
      "short_name": "Prometheus",
      "url": "/prometheus/chat",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "API Docs",
      "short_name": "Docs",
      "url": "/docs",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/api/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": ["image/jpeg", "image/png", "image/webp", "image/gif", "image/*"]
        }
      ]
    }
  }
}
