{
  "name": "Right Way Invoicing System",
  "short_name": "Right Way",
  "description": "Offline-first lightweight accounting ERP with invoicing, inventory, payroll and fire safety.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1a2433",
  "theme_color": "#0b6e61",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New Sales Invoice", "url": "./index.html#sales",      "description": "Create a new sales invoice" },
    { "name": "New Quotation",     "url": "./index.html#quotations", "description": "Create a new quotation" },
    { "name": "Dashboard",         "url": "./index.html#dashboard",  "description": "View dashboard" }
  ]
}
