{
  "name": "MiniTally — Accounting",
  "short_name": "MiniTally",
  "description": "Double-entry accounting for Indian businesses: receipts, payments, journals, contras and ledger reports.",
  "id": "/",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b1626",
  "theme_color": "#1d4ed8",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Receipt",
      "short_name": "Receipt",
      "url": "/receipt/create",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Payment",
      "short_name": "Payment",
      "url": "/payment/create",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ledger Report",
      "short_name": "Ledger",
      "url": "/report/ledger",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
