{
  "name": "TopGrade Hospital ERP",
  "short_name": "TopGrade",
  "description": "Enterprise Resource Planning for Hospital",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#F1F5F9",
  "theme_color": "#2563EB",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "description": "Create a new invoice",
      "url": "/finance/invoices/create"
    },
    {
      "name": "New Voucher",
      "short_name": "Voucher",
      "description": "Create a new voucher",
      "url": "/vouchers/create"
    }
  ]
}
