{
  "id": "retail-pos-app",
  "name": "Retail POS &amp; Inventory Manager",
  "short_name": "Retail POS",
  "description": "Comprehensive retail store POS system for inventory management, instant mobile billing via WhatsApp/SMS/QR, and deep audit reporting.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#10b981",
  "categories": [
    "business",
    "shopping",
    "finance",
    "productivity"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Retail POS Desktop Dashboard"
    },
    {
      "src": "screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Retail POS Mobile Billing"
    }
  ],
  "shortcuts": [
    {
      "name": "Billing POS",
      "short_name": "New Sale",
      "description": "Open Point of Sale register",
      "url": "./#pos"
    },
    {
      "name": "Stock Inventory",
      "short_name": "Inventory",
      "description": "View and manage stock items",
      "url": "./#inventory"
    }
  ]
}