{
  "name": "Ganesh Groups",
  "short_name": "Ganesh Groups",
  "description": "Ganesh Groups Business Management — Transactions, Expenses & Reports",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1a0a00",
  "theme_color": "#FF6B00",
  "icons": [
    {
      "src": "/static/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "Daily Entry",
      "url": "/dashboard#daily",
      "description": "Add income and expenses"
    },
    {
      "name": "Transactions",
      "url": "/dashboard#transactions",
      "description": "View all transactions"
    }
  ]
}
