{
  "id": "/",
  "name": "RentHub",
  "short_name": "RentHub",
  "description": "Manage rentals, fleets, customers, and invoices easily with RentHub.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4A90E2",
  "icons": [
    {
      "src": "/assets/RenthubLogo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/RenthubLogo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/RenthubLogo512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard/?source=pwa-shortcut",
      "icons": [
        {
          "src": "/assets/RenthubLogo192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Reservations",
      "url": "/reservations/?source=pwa-shortcut",
      "icons": [
        {
          "src": "/assets/RenthubLogo192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Customers",
      "url": "/customers/?source=pwa-shortcut",
      "icons": [
        {
          "src": "/assets/RenthubLogo192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
