{
  "manifest_version": 2,
  "short_name": "RentRedi",
  "name": "RentRedi Owner",
  "icons": [
    {
      "src": "/img/logos/rentredi-icon-blue-bg-white-64x64.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/img/logos/rentredi-icon-blue-bg-white-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/img/logos/rentredi-icon-blue-bg-white-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "background_color": "#253A68",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/dashboard",
  "theme_color": "#253A68"
}
