{
  "name": "EasyHisab \u2014 Your Business, Simplified",
  "short_name": "EasyHisab",
  "description": "India's free business app. Sales, stock, and profit \u2014 all in one place.",
  "start_url": "/app/",
  "display": "standalone",
  "background_color": "#F5F0E8",
  "theme_color": "#699072",
  "orientation": "portrait",
  "lang": "en",
  "icons": [
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": [
    "business",
    "finance",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Sales Entry",
      "url": "/app?page=sales",
      "description": "Add a new sale"
    },
    {
      "name": "Dashboard",
      "url": "/app?page=dashboard",
      "description": "View business overview"
    }
  ],
  "scope": "/"
}