{
  "short_name": "Rentals",
  "name": "Rental Manager Portal",
  "description": "Progressive Web App for managing rentals, viewing monthly statements, paying bills, and reporting maintenance issues.",
  "icons": [
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "background_color": "#171717",
  "theme_color": "#2563eb",
  "display": "standalone",
  "orientation": "portrait"
}
