{
  "name": "TickPilot Futures Calculator",
  "short_name": "TickPilot",
  "description": "Futures position sizing and risk calculator for ES, NQ, MNQ, MES, CL, GC and more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#000000",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["finance", "business", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "ES Calculator",
      "short_name": "ES",
      "description": "E-mini S&P 500 calculator",
      "url": "/calculator/es",
      "icons": [{ "src": "/favicon.png", "sizes": "64x64", "type": "image/png" }]
    },
    {
      "name": "NQ Calculator",
      "short_name": "NQ",
      "description": "E-mini Nasdaq 100 calculator",
      "url": "/calculator/nq",
      "icons": [{ "src": "/favicon.png", "sizes": "64x64", "type": "image/png" }]
    },
    {
      "name": "CL Calculator",
      "short_name": "CL",
      "description": "Crude Oil futures calculator",
      "url": "/calculator/cl",
      "icons": [{ "src": "/favicon.png", "sizes": "64x64", "type": "image/png" }]
    },
    {
      "name": "GC Calculator",
      "short_name": "GC",
      "description": "Gold futures calculator",
      "url": "/calculator/gc",
      "icons": [{ "src": "/favicon.png", "sizes": "64x64", "type": "image/png" }]
    }
  ]
}
