{
  "name": "Highroller Terminal",
  "short_name": "Highroller",
  "description": "Poker bankroll tracker with AI insights. Track sessions, manage debts, improve your game.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#00DC82",
  "orientation": "any",
  "id": "com.highrollerterminal.app",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "games", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Log Session",
      "short_name": "Log",
      "url": "/app/sessions",
      "description": "Log a new poker session",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Live Session",
      "short_name": "Live",
      "url": "/app/live",
      "description": "Start live session timer",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
