{
  "id": "/",
  "name": "SmoothJazzAI",
  "short_name": "SJAI",
  "description": "SmoothJazzAI — supreme realtime Solana command center with live bot telemetry, SOL treasury visibility, quote intelligence, balances, performance, and backend bot controls.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "orientation": "portrait",
  "background_color": "#070812",
  "theme_color": "#070812",
  "lang": "en-US",
  "categories": [
    "finance",
    "productivity",
    "developer"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/app-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SmoothJazzAI desktop command center"
    },
    {
      "src": "/screenshots/app-2.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SmoothJazzAI mobile command center"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Command Center",
      "short_name": "Dashboard",
      "url": "/?view=dashboard",
      "description": "Open the SmoothJazzAI command center"
    },
    {
      "name": "Live Bot Status",
      "short_name": "Bot",
      "url": "/?view=bot",
      "description": "View realtime backend bot status"
    },
    {
      "name": "Trade Panel",
      "short_name": "Trade",
      "url": "/?view=trade",
      "description": "Open the trade preparation panel"
    }
  ]
}