{
  "name": "Rental Valley Owner Portal",
  "short_name": "RV Owner",
  "id": "/owner-app/",
  "scope": "/owner-app/",
  "start_url": "/owner-app/",
  "description": "Rental Valley owner portal for bookings, finances, onboarding, and documents.",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4f7f5",
  "theme_color": "#6bb67e",
  "icons": [
    {
      "src": "/static/owner_frontend/icons/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/owner_frontend/icons/pwa/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/owner_frontend/icons/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/owner_frontend/icons/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
