{
  "name": "LandlordEzy",
  "short_name": "LandlordEzy",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "orientation": "portrait",

  "icons": [
    {
      "src": "/theme-raw/assets/img/favicon-192x192a.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/theme-raw/assets/img/favicon-512x512a.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],

  "screenshots": [
    {
      "src": "/theme-raw/assets/img/pwa-screenshot-mobile1.png",
      "sizes": "390x844",
      "type": "image/png"
    },
    {
      "src": "/theme-raw/assets/img/pwa-screenshot-desktop1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}