{
  "name": "VillageHub - Smart Living Starting with us",
  "short_name": "VillageHub",
  "description": "Sistema inteligente para gestión de edificios",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "es-ES",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "icons": [
    {
      "src": "/Principal/icons/logo-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/Principal/icons/logo-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/Principal/icons/logo-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/Principal/icons/logo-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/Principal/icons/logo-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/Principal/icons/logo-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/Principal/icons/logo-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/Principal/icons/logo-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/Principal/screenshots/screenshot1.png",
      "sizes": "640x320",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/Principal/screenshots/screenshot2.png",
      "sizes": "640x320",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Inicio",
      "description": "Acceder al dashboard principal",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/Principal/icons/logo-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Notificaciones",
      "short_name": "Avisos",
      "description": "Ver notificaciones",
      "url": "dashboard/community?tab=notifications",
      "icons": [
        {
          "src": "/Principal/icons/logo-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "iarc_rating_id": "",
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+villagehub",
      "url": "/handler?url=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/open",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"]
      }
    }
  ],
  "permissions": [
    "notifications",
    "geolocation"
  ],
  "gcm_sender_id": "103953800507"
}