{
  "name": "SizeForZero",
  "id": "/",
  "short_name": "SizeForZero",
  "description": "The minimalist trading journal for stocks and options. Track trades, review your psychology, discover your edge.",
  "start_url": "/today",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#060809",
  "theme_color": "#060809",
  "categories": [
    "finance",
    "productivity",
    "business"
  ],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Log a trade",
      "short_name": "Log trade",
      "description": "Open the Log Trade form",
      "url": "/trades?log=1"
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "Open the trading calendar",
      "url": "/calendar"
    },
    {
      "name": "Reflect",
      "short_name": "Reflect",
      "description": "Open Reflect + AI insights",
      "url": "/reflect"
    }
  ],
  "display_override": [
    "standalone",
    "minimal-ui"
  ]
}
