{
  "id": "/dashboard",
  "name": "Sniper AP Dashboard",
  "short_name": "Sniper AP",
  "description": "Trade alerts, notes, IBKR account status, and image-derived notes in an installable iPhone-friendly dashboard.",
  "start_url": "./login.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0e13",
  "theme_color": "#0b0e13",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
