{
  "name": "Rentium Property Hub",
  "short_name": "Rentium",
  "description": "Streamline your property management with Rentium. Manage properties, tenants, payments, and agreements all in one place.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/R.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/R.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/rental-building.JPG",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Rentium Property Management Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View property management dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/R.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Properties",
      "short_name": "Properties",
      "description": "Manage your properties",
      "url": "/properties",
      "icons": [
        {
          "src": "/R.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Tenants",
      "short_name": "Tenants",
      "description": "Manage tenants and agreements",
      "url": "/tenants",
      "icons": [
        {
          "src": "/R.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Payments",
      "short_name": "Payments",
      "description": "Track payments and transactions",
      "url": "/payments",
      "icons": [
        {
          "src": "/R.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}