{
  "name": "Gazi Enterprise ERP",
  "short_name": "Gazi ERP",
  "description": "POS, inventory, purchase and accounting for your shop — works from your home screen.",
  "id": "/",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0F172A",
  "theme_color": "#0F172A",
  "lang": "bn",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    { "src": "/pwa-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/pwa-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/pwa-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "POS", "short_name": "POS", "url": "/pos", "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }] },
    { "name": "Dashboard", "short_name": "Dashboard", "url": "/dashboard" },
    { "name": "Products", "short_name": "Products", "url": "/inventory/products" },
    { "name": "Invoices", "short_name": "Invoices", "url": "/sales/invoices" }
  ]
}
