{
  "name": "ChitBook — Home Chit Manager",
  "short_name": "ChitBook",
  "description": "Track chit fund payments, sanctions, EMIs and reminders",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#0f1117",
  "orientation": "portrait",
  "scope": "./",
  "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"
    }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "Add Customer",
      "short_name": "Add",
      "description": "Add a new chit customer",
      "url": "./index.html#customers"
    },
    {
      "name": "Pending Dues",
      "short_name": "Pending",
      "description": "View pending payments",
      "url": "./index.html#pending"
    }
  ]
}
