{
  "name": "FOQUS360 - AI Nonverbal Intelligence",
  "short_name": "FOQUS",
  "description": "Decode facial cues for executive presence, relationship compatibility, and hiring insights. Powered by 25,000+ face profiles and GPT-4.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#22c55e",
  "background_color": "#181818",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Assessment",
      "short_name": "Assess",
      "description": "Start a new face assessment",
      "url": "/talent-assessment",
      "icons": [
        {
          "src": "/icons/shortcut-new-assessment.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Insights",
      "short_name": "Insights",
      "description": "View your personality insights",
      "url": "/dashboard/insights",
      "icons": [
        {
          "src": "/icons/shortcut-view-insights.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Talk to Coach",
      "short_name": "Coach",
      "description": "Chat with your AI coach",
      "url": "/dashboard/coach",
      "icons": [
        {
          "src": "/icons/shortcut-talk-to-coach.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": ["productivity", "lifestyle", "business"],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": ["image/jpeg", "image/png", "image/webp", ".jpg", ".jpeg", ".png", ".webp"]
        }
      ]
    }
  }
}
