{
  "name": "The Trade Prism",
  "short_name": "Trade Prism",
  "description": "AI-powered trading journal with psychology tracking, advanced analytics, and 50+ metrics for serious traders",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Trade",
      "short_name": "Trade",
      "description": "Add a new trade to your journal",
      "url": "/dashboard/journal?action=new-trade"
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "description": "View your trading analytics",
      "url": "/dashboard/analytics"
    },
    {
      "name": "Psychology",
      "short_name": "Psychology",
      "description": "Track your trading psychology",
      "url": "/dashboard/journal?tab=psychology"
    },
    {
      "name": "Community",
      "short_name": "Community",
      "description": "Connect with other traders",
      "url": "/dashboard/journal?tab=community"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Trading Journal Dashboard"
    },
    {
      "src": "/screenshot-desktop-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Analytics and Psychology Tracking"
    },
    {
      "src": "/screenshot-mobile-1.png",
      "sizes": "375x812",
      "type": "image/png",
      "platform": "narrow",
      "label": "Mobile Trading Journal"
    },
    {
      "src": "/screenshot-mobile-2.png",
      "sizes": "375x812",
      "type": "image/png",
      "platform": "narrow",
      "label": "Mobile Trade Entry"
    }
  ],
  "features": [
    "Cross Platform",
    "Offline Support",
    "Push Notifications",
    "Background Sync",
    "Voice Input",
    "Camera Integration"
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+trading",
      "url": "/dashboard/journal?symbol=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/dashboard/journal?import=true",
      "accept": {
        "text/csv": [".csv"],
        "application/json": [".json"]
      }
    }
  ],
  "share_target": {
    "action": "/dashboard/journal?share=true",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "charts",
          "accept": ["image/*"]
        }
      ]
    }
  }
}