{
  "name": "Split Bill - Share Bills Easily",
  "short_name": "Split Bill",
  "description": "App for sharing bills and contributions between friends. Track expenses and settle payments effortlessly.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "dir": "ltr",
  "lang": "en-US",
  "background_color": "#008080",
  "theme_color": "#3b82f6",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "productivity"],
  "screenshots": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Create New Bill",
      "short_name": "New Bill",
      "description": "Create a new bill and split with friends",
      "url": "/bill?action=create",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png",
          "form_factor": "narrow"
        }
      ]
    }
  ],
  "author": {
    "name": "Amit Dhoju",
    "url": "https://github.com/Amit091"
  },
  "developer": {
    "name": "Amit Dhoju",
    "email": "amitdhoju@gmail.com",
    "url": "https://github.com/Amit091"
  }
}
