{
  "name": "JADICOQ ERP",
  "short_name": "JADICOQ",
  "description": "Complete business management platform — Accounting, Inventory, Sales, Purchasing, HR, Payroll, CRM, POS & Asset Management",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b38d1",
  "orientation": "any",
  "categories": ["business", "finance", "productivity"],
  "scope": "/",
  "lang": "en",
  "shortcuts": [
    {
      "name": "New Sale",
      "short_name": "Sale",
      "url": "/pos/register",
      "description": "Open POS register"
    },
    {
      "name": "Inventory",
      "short_name": "Stock",
      "url": "/inventory/products",
      "description": "View products and stock"
    },
    {
      "name": "Invoices",
      "short_name": "Invoices",
      "url": "/sales/invoices",
      "description": "View sales invoices"
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ]
}
