{
  "name": "My BillSync",
  "short_name": "My BillSync",
  "description": "Organize and track all your recurring bills in one place",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8f7ff",
  "theme_color": "#5B4FE8",
  "orientation": "portrait",
  "icons": [
    { "src": "/bsicon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/bsicon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "categories": ["finance", "utilities"],
  "shortcuts": [
    {
      "name": "Add Bill",
      "url": "/bills",
      "description": "Add a new bill"
    },
    {
      "name": "Dashboard",
      "url": "/",
      "description": "View your dashboard"
    }
  ]
}
