{
  "name": "MGH Books — GST Billing & Accounting",
  "short_name": "MGH Books",
  "description": "GST billing, accounting, payroll and business management for Indian businesses",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#06211a",
  "theme_color": "#0a2828",
  "orientation": "any",
  "lang": "en-IN",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "src": "mgh-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "mgh-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "mgh-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "mgh-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "file", "accept": ["image/*", "application/pdf"] }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "description": "Create a new GST invoice",
      "url": "/?shortcut=new_invoice",
      "icons": [{ "src": "mgh-icon.svg", "sizes": "any" }]
    },
    {
      "name": "New Bill",
      "short_name": "Bill",
      "description": "Record a purchase bill",
      "url": "/?shortcut=new_bill",
      "icons": [{ "src": "mgh-icon.svg", "sizes": "any" }]
    },
    {
      "name": "POS Sale",
      "short_name": "POS",
      "description": "Open Point of Sale",
      "url": "/?shortcut=pos",
      "icons": [{ "src": "mgh-icon.svg", "sizes": "any" }]
    }
  ]
}
