{
  "name": "RentMan",
  "short_name": "RentMan",
  "description": "Property Rental Management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0f4f8",
  "theme_color": "#0f4c75",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/fevicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    { "name": "Add Payment", "url": "/payments/add", "description": "Record a rent payment" },
    { "name": "Dashboard",   "url": "/",             "description": "View dashboard" }
  ]
}
