{
  "name": "SmartPOS — Mobile Point of Sale",
  "short_name": "SmartPOS",
  "description": "Offline-first mobile POS with inventory, customers, credit tracking, barcode scanning, analytics and thermal receipt printing.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0e1116",
  "theme_color": "#0e1116",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New Sale", "url": "./index.html#/pos" },
    { "name": "Inventory", "url": "./index.html#/inventory" },
    { "name": "Customers", "url": "./index.html#/customers" }
  ]
}
