{
  "name": "BestWebby POS",
  "short_name": "BestWebby",
  "description": "Unified Business OS — Point of Sale",
  "start_url": "/pos",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#3a49e0",
  "orientation": "any",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "POS", "short_name": "POS", "url": "/pos", "description": "Open Point of Sale" },
    { "name": "Orders", "short_name": "Orders", "url": "/orders", "description": "View orders" }
  ],
  "categories": ["business", "productivity", "shopping"],
  "prefer_related_applications": false
}