{
  "name": "PRANTO.AI - Autonomous AI Commerce Engine",
  "short_name": "PRANTO.AI",
  "description": "Banking-Grade Multi-Tenant AI Commerce Console & Live Inbox",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#080d19",
  "theme_color": "#080d19",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "shopping"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/window.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/globe.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Inbox",
      "url": "/inbox",
      "description": "View live conversations and customer threads"
    },
    {
      "name": "Order Summary",
      "url": "/order-summary",
      "description": "Manage AI and manual store orders"
    }
  ]
}