{
  "name": "NOVEX ERP - Unified Enterprise System",
  "short_name": "NOVEX ERP",
  "description": "Next-Gen Unified Enterprise Software Platform - POS, Inventory, Accounting, Car Wash Kanban & Fleet",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0F172A",
  "theme_color": "#F97316",
  "categories": ["business", "productivity", "utilities", "finance"],
  "icons": [
    {
      "src": "assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Point of Sale (POS)",
      "short_name": "POS",
      "description": "Launch POS Terminal",
      "url": "pos",
      "icons": [{ "src": "assets/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Inventory",
      "short_name": "Stock",
      "description": "View Stock Inventory",
      "url": "inventory",
      "icons": [{ "src": "assets/images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
