{
  "name": "Trade Journal Pro",
  "short_name": "TradeJournal",
  "description": "Professional trading journal with analytics and AI insights",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0c0d0f",
  "theme_color": "#00d4a0",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["finance", "business"],
  "shortcuts": [
    {
      "name": "Add Trade",
      "short_name": "Add",
      "description": "Add a new trade",
      "url": "/?tab=add"
    },
    {
      "name": "Statistics",
      "short_name": "Stats",
      "description": "View statistics",
      "url": "/?tab=stats"
    }
  ]
}