{
  "name": "T2H BillMaster - GST Invoicing & POS",
  "short_name": "T2H BillMaster",
  "description": "Multi-tenant Indian Business Billing, GST Invoicing & High-Speed POS Platform",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#059669",
  "orientation": "any",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "description": "Create a new GST Sales Invoice",
      "url": "/invoices/new",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "POS Billing",
      "short_name": "POS",
      "description": "Open High-Speed Retail POS",
      "url": "/pos",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "New Quotation",
      "short_name": "Quote",
      "description": "Create Quotation / Estimate",
      "url": "/quotations/new",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    }
  ]
}
