{
  "id": "/",
  "name": "Homefix Pro Business Manager",
  "short_name": "BizPro",
  "description": "Business Manager - Sales, Purchases, Parties, Products & Reports",
  "scope": "/",
  "start_url": "/Home/Index",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0F2447",
  "theme_color": "#0F2447",
  "lang": "en-IN",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/Content/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/Content/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Sale",
      "short_name": "Sale",
      "description": "Create a new sale invoice",
      "url": "/Sale/Create",
      "icons": [{ "src": "/Content/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Purchase",
      "short_name": "Purchase",
      "description": "Create a new purchase entry",
      "url": "/Purchase/Create",
      "icons": [{ "src": "/Content/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View business reports",
      "url": "/Report/Stock",
      "icons": [{ "src": "/Content/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
