{
  "id": "/gharmanager/",
  "name": "GharManager",
  "short_name": "GharManager",
  "description": "GharManager is a complete home and family finance management app. Track expenses, manage budgets, savings jars, loans, and family goals — all in one place.",
  "start_url": "./index.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "lang": "hi",
  "dir": "ltr",
  "orientation": "portrait-primary",
  "categories": [
    "finance",
    "productivity",
    "utilities"
  ],
  "iarc_rating_id": "e58c174a-81d2-5c3c-32cc-34b8de4a52e6",
  "icons": [
    {
      "src": "./icon.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "./icon.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "./icon.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "./icon.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "./icon.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "./icon.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "./icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "./icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./screenshots/screen1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "GharManager Home Dashboard"
    },
    {
      "src": "./screenshots/screen2.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Expense Tracker"
    },
    {
      "src": "./screenshots/screen3.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "GharManager Desktop View"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Expense",
      "short_name": "Add",
      "description": "Quickly add a new expense",
      "url": "./index.html?shortcut=add-expense",
      "icons": [
        {
          "src": "./icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Budget",
      "short_name": "Budget",
      "description": "Check your monthly budget",
      "url": "./index.html?shortcut=budget",
      "icons": [
        {
          "src": "./icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Savings Jars",
      "short_name": "Savings",
      "description": "View your savings jars",
      "url": "./index.html?shortcut=savings",
      "icons": [
        {
          "src": "./icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+gharmanager",
      "url": "./index.html?protocol=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "prefer_related_applications": false
}