{
  "name": "Grahbook - Commerce at WhatsApp Speed",
  "short_name": "Grahbook",
  "description": "WhatsApp billing & GST invoice app for Indian merchants. Auto-reconcile UPI payments, manage customers, export to Tally — free to start.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f7f9fb",
  "theme_color": "#25d366",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/applogo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "lang": "en-IN",
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your business dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/applogo.png", "sizes": "any" }]
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "description": "Manage your customers",
      "url": "/customers",
      "icons": [{ "src": "/applogo.png", "sizes": "any" }]
    },
    {
      "name": "Create Invoice",
      "short_name": "Invoice",
      "description": "Create a new invoice",
      "url": "/invoices/create",
      "icons": [{ "src": "/applogo.png", "sizes": "any" }]
    }
  ]
}
