{
  "name": "Synkore",
  "short_name": "Synkore",
  "description": "Synkore — super-app todo en uno: hospedaje, transporte, comida, empleo, noticias y más.",
  "start_url": "/",
  "display": "fullscreen",
  "background_color": "#0f1115",
  "theme_color": "#1f2226",
  "lang": "en",
  "scope": "/",
  "id": "/",
  "display_override": [
    "window-controls-overlay",
    "fullscreen",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "categories": [
    "lifestyle",
    "social",
    "food",
    "travel"
  ],
  "share_target": {
    "action": "/compartir",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    { "protocol": "web+synkore", "url": "/compartir?text=%s" }
  ],
  "icons": [
    {
      "src": "/synkore-mark.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/synkore-mark.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/synkore-mark.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-narrow.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pantalla principal móvil"
    },
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Pantalla principal escritorio"
    }
  ]
}