{
  "name": "TallyX — Accounting for SMEs",
  "short_name": "TallyX",
  "description": "Tally-style accounting and GST software for Indian SMEs. Vouchers, ledgers, inventory, GST reports, and Schedule III financials in a modern, keyboard-first interface.",
  "lang": "en-IN",
  "scope": "/",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#1d4ed8",
  "background_color": "#ffffff",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "/icon-192.png",  "type": "image/png", "sizes": "192x192", "purpose": "any maskable" },
    { "src": "/icon-512.png",  "type": "image/png", "sizes": "512x512", "purpose": "any maskable" },
    { "src": "/icon-1024.png", "type": "image/png", "sizes": "1024x1024" }
  ],
  "shortcuts": [
    {
      "name": "New Sales Voucher",
      "url": "/voucher/new?type=Sales",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Day Book",
      "url": "/reports/day-book",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Trial Balance",
      "url": "/reports/trial-balance",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
