{
  "name": "Nubeso",
  "short_name": "Nubeso",
  "description": "All-in-One Business Management Platform",
  "start_url": "/dashboard",
  "display": "standalone",
  "theme_color": "#00BFFF",
  "background_color": "#111827",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/images/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Rental Portal",
      "short_name": "Portal",
      "description": "Manage properties and tenants",
      "url": "/rental/portal",
      "icons": [{ "src": "/images/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Pay Rent",
      "short_name": "Pay Rent",
      "description": "Pay your rent online",
      "url": "/rental/tenant/portal",
      "icons": [{ "src": "/images/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Apply to Rent",
      "short_name": "Apply",
      "description": "Submit a rental application",
      "url": "/rental/tenant/apply",
      "icons": [{ "src": "/images/favicon.png", "sizes": "192x192" }]
    }
  ]
}
