{
  "name": "BillMaster97: Free Invoice Maker, GST/VAT Billing & POS Receipts",
  "short_name": "BillMaster97",
  "description": "#1 Free Enterprise Offline Invoicing, 58mm/80mm Thermal POS Receipts, GST/VAT Billing, and Khata Ledger Suite by Narayan Modak.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1120",
  "theme_color": "#0b1120",
  "lang": "en",
  "dir": "auto",
  "categories": [
    "business",
    "finance",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "playstore_kit/icon_512.jpg",
      "sizes": "192x192 512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create New Invoice",
      "short_name": "New Bill",
      "description": "Generate a new tax invoice, quotation, or receipt",
      "url": "./index.html#create",
      "icons": [
        {
          "src": "playstore_kit/icon_512.jpg",
          "sizes": "512x512"
        }
      ]
    },
    {
      "name": "Customer Khata Ledger",
      "short_name": "Khata",
      "description": "View outstanding balances and customer credit statements",
      "url": "./index.html#khata",
      "icons": [
        {
          "src": "playstore_kit/icon_512.jpg",
          "sizes": "512x512"
        }
      ]
    },
    {
      "name": "Thermal POS Receipt",
      "short_name": "POS Print",
      "description": "Quick print 58mm / 80mm roll receipts",
      "url": "./index.html#pos",
      "icons": [
        {
          "src": "playstore_kit/icon_512.jpg",
          "sizes": "512x512"
        }
      ]
    }
  ]
}