{
  "name": "Transhuman Coin Healthverse - Move to Live Longer",
  "short_name": "THC Health",
  "description": "Revolutionary Web3 health platform combining AI-powered medical insights, blockchain rewards, and longevity research. Track your health, earn THC tokens, and contribute to life extension research.",
  "start_url": "/?utm_source=pwa&utm_medium=homescreen",
  "display": "standalone",
  "background_color": "#0d0d0d",
  "theme_color": "#00c853",
  "orientation": "portrait-primary",
  "scope": "/",
  "id": "transhumancoin-healthverse",
  "lang": "en",
  "dir": "ltr",
  "categories": ["health", "fitness", "lifestyle", "finance", "medical", "productivity", "wellness"],
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "sizes": "192x192", 
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png", 
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Health Dashboard",
      "short_name": "Dashboard", 
      "description": "View your health metrics and TVI score",
      "url": "/app?utm_source=pwa&utm_medium=shortcut",
      "icons": [{ "src": "/logo.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "AI Health Assistant",
      "short_name": "AI Doctor",
      "description": "Get AI-powered health consultations and medical image analysis", 
      "url": "/ai-doctor?utm_source=pwa&utm_medium=shortcut",
      "icons": [{ "src": "/logo.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Premium Tools",
      "short_name": "Premium",
      "description": "Access premium health analysis and trading tools",
      "url": "/premium?utm_source=pwa&utm_medium=shortcut", 
      "icons": [{ "src": "/logo.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Buy THC Tokens",
      "short_name": "Buy THC",
      "description": "Purchase THC tokens for platform features",
      "url": "/?buy=true&utm_source=pwa&utm_medium=shortcut", 
      "icons": [{ "src": "/logo.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/logo.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/logo.png", 
      "sizes": "720x540",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "prefer_related_applications": false,
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+thc",
      "url": "/app?action=%s"
    }
  ],
  "share_target": {
    "action": "/app/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "health_data",
          "accept": ["image/*", "text/plain", ".pdf", ".csv"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/app/upload",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"],
        "text/csv": [".csv"],
        "application/pdf": [".pdf"]
      }
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://transhumancoin.finance/manifest.json"
    }
  ],
  "handle_links": "preferred"
}