{
  "name": "JustSplitBill - Shared Expense Calculator",
  "short_name": "JustSplitBill",
  "description": "An easy way to split bills, track shared expenses, and settle debts with friends, group trips, roommates, and events.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#01696f",
  "theme_color": "#01696f",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Web App",
      "short_name": "Open App",
      "description": "Open the bill splitting tool directly",
      "url": "/split-easy.html",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}