{
  "name": "EstateOS",
  "short_name": "EstateOS",
  "description": "EstateOS — Smart Estate Management: dues, security, community, domestic staff, events, and requests.",
  "start_url": "/login.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0B1220",
  "theme_color": "#0B1220",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/images/estateoslogo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/estateoslogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/estateoslogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}