{
  "name": "Pennington Futures",
  "short_name": "Pennington",
  "description": "Account reporting and live performance for your Pennington Futures prop firm trading account.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "categories": ["finance", "productivity"],
  "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Performance",
      "short_name": "Performance",
      "description": "Jump to P&L performance and charts",
      "url": "./index.html#performance",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Activity",
      "short_name": "Activity",
      "description": "View recent trades and account snapshot",
      "url": "./index.html#activity",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
