{
  "name": "BusinessSetu",
  "short_name": "BusinessSetu",
  "description": "Business in one pocket for Indian small businesses.",
  "start_url": "./app/dashboard",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fbfff8",
  "theme_color": "#136f63",
  "orientation": "portrait",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Customer",
      "url": "./app/clients/new",
      "description": "Save a customer with mobile and WhatsApp."
    },
    {
      "name": "Create Bill",
      "url": "./app/invoices/new",
      "description": "Create a GST or non-GST bill."
    },
    {
      "name": "Add Expense",
      "url": "./app/money/expenses",
      "description": "Record daily kharcha."
    }
  ]
}
