{
  "name": "POSBuddy — GST Billing & Inventory",
  "short_name": "POSBuddy",
  "description": "GST billing, inventory and returns — your whole counter on one fast screen.",
  "id": "/?app=posbuddy",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F8F7F2",
  "theme_color": "#17211C",
  "lang": "en-IN",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "POS Counter",
      "short_name": "Counter",
      "description": "Fast barcode billing at the counter",
      "url": "/pos",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New invoice",
      "short_name": "New bill",
      "description": "Create a GST invoice",
      "url": "/invoices/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Invoices",
      "short_name": "Invoices",
      "description": "The invoice register",
      "url": "/invoices",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
