{
  "name": "ClayTree Hindu Festival Community Fund OS",
  "short_name": "Festival Fund OS",
  "description": "Role-based Hindu festival fundraising, pending verification, collections and expenditure management.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#e9eef3",
  "theme_color": "#3f93bd",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Donation",
      "short_name": "Donation",
      "url": "./index.html#donors"
    },
    {
      "name": "Record Collection",
      "short_name": "Collection",
      "url": "./index.html#collections"
    },
    {
      "name": "Record Expense",
      "short_name": "Expense",
      "url": "./index.html#expenses"
    }
  ]
}