{
  "name": "Bill Master",
  "short_name": "Bill Master",
  "description": "Manage parties, bills and payment reminders on the go",
  "start_url": "/bills",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#059669",
  "lang": "en-IN",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Reminders",
      "short_name": "Reminders",
      "description": "View payment reminders",
      "url": "/reminders",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Add Bill",
      "short_name": "Add Bill",
      "description": "Add a new bill",
      "url": "/bills",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Parties",
      "short_name": "Parties",
      "description": "View party master",
      "url": "/parties",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
