{
  "name": "AskBooks — Smart Accounting",
  "short_name": "AskBooks",
  "description": "Enterprise-grade accounting, GST and tax-audit workspace for Indian businesses.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1a56db",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "Open your dashboard"
    },
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "url": "/sales/invoices?new=1",
      "description": "Create a new invoice"
    },
    {
      "name": "New Expense",
      "short_name": "Expense",
      "url": "/purchases/expenses?new=1",
      "description": "Record a new expense"
    },
    {
      "name": "POS",
      "short_name": "POS",
      "url": "/pos",
      "description": "Open Point of Sale"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "lang": "en-IN"
}
