{
  "name": "Business Suite AI - POS System",
  "short_name": "POS Suite",
  "description": "Complete offline-capable POS system for restaurants and retail",
  "start_url": "/pos-app/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#007bff",
  "categories": ["business", "productivity", "finance"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/pos-app/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pos-app/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pos-app/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pos-app/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pos-app/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pos-app/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/pos-app/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pos-app/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/pos-app/screenshots/desktop-pos.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "label": "POS Main Screen"
    },
    {
      "src": "/pos-app/screenshots/mobile-pos.png",
      "sizes": "750x1334",
      "type": "image/png",
      "label": "Mobile POS View"
    }
  ],
  "shortcuts": [
    {
      "name": "New Order",
      "short_name": "Order",
      "description": "Start a new order",
      "url": "/pos-app/?action=new-order",
      "icons": [
        {
          "src": "/pos-app/icons/order-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View daily reports",
      "url": "/pos-app/?action=reports",
      "icons": [
        {
          "src": "/pos-app/icons/report-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "features": [
    "offline",
    "payment",
    "barcode",
    "print"
  ],
  "offline_enabled": true,
  "related_applications": [],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}