{
  "short_name": "VIVA Accounting",
  "name": "VIVA - GST Accounting & Invoicing Desktop",
  "description": "Professional GST compliant accounting, invoicing and financial management software for Indian businesses.",
  "icons": [
    {
      "src": "/placeholder.svg",
      "type": "image/svg+xml",
      "sizes": "512x512 192x192 128x128 64x64",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "background_color": "#0b1e36",
  "theme_color": "#004e54",
  "display": "standalone",
  "orientation": "any",
  "categories": ["finance", "business", "productivity"],
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "description": "Create a new GST Sales Invoice",
      "url": "/invoices/new"
    },
    {
      "name": "Day Book",
      "short_name": "DayBook",
      "description": "View daily transaction ledger",
      "url": "/daybook"
    },
    {
      "name": "GST Returns",
      "short_name": "GSTR",
      "description": "File GSTR-1 and GSTR-3B",
      "url": "/gst-returns"
    }
  ]
}
