{
  "name": "GarmentERP — Export Edition",
  "short_name": "GarmentERP",
  "description": "Export Garment Manufacturing ERP with order tracking, inventory, purchasing, production monitoring and WhatsApp automation.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5F6FA",
  "theme_color": "#4F46E5",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "New Order", "short_name": "Order", "url": "./index.html?screen=orders" },
    { "name": "Inventory", "short_name": "Stock", "url": "./index.html?screen=inventory" },
    { "name": "Tasks", "short_name": "Tasks", "url": "./index.html?screen=tasks" }
  ]
}
