{
  "name": "Latinbook",
  "short_name": "Latinbook",
  "version": "3.0.0",
  "description": "La red social para la comunidad latina global. Conecta con millones de latinos en todo el mundo.",
  "start_url": "/app.html",
  "display": "standalone",
  "background_color": "#0A0E27",
  "theme_color": "#FF3CAC",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "es-ES",
  "dir": "ltr",
  "categories": ["social", "networking", "entertainment"],
  "icons": [
    {
      "src": "images/logo-latinbook.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/logo-latinbook.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'%3E%3Crect width='540' height='720' fill='%230A0E27'/%3E%3Ctext x='270' y='360' font-size='24' fill='white' text-anchor='middle'%3ELatinbook Feed%3C/text%3E%3C/svg%3E",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 593'%3E%3Crect width='1024' height='593' fill='%230A0E27'/%3E%3Ctext x='512' y='296' font-size='32' fill='white' text-anchor='middle'%3ELatinbook Desktop%3C/text%3E%3C/svg%3E",
      "sizes": "1024x593",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Feed",
      "short_name": "Feed",
      "description": "Ver tu feed principal",
      "url": "/app.html#feed",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Ccircle cx='48' cy='48' r='48' fill='%23FF3CAC'/%3E%3Cpath d='M30 35h36M30 48h36M30 61h24' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Mensajes",
      "short_name": "Mensajes",
      "description": "Ver tus mensajes",
      "url": "/app.html#messages",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Ccircle cx='48' cy='48' r='48' fill='%23784BA0'/%3E%3Cpath d='M30 35h36v26H40l-10 8V61z' fill='none' stroke='white' stroke-width='4'/%3E%3C/svg%3E",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Notificaciones",
      "short_name": "Notis",
      "description": "Ver notificaciones",
      "url": "/app.html#notifications",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Ccircle cx='48' cy='48' r='48' fill='%23FF6B35'/%3E%3Cpath d='M48 30v18l12 8M48 68v4' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Perfil",
      "short_name": "Perfil",
      "description": "Ver tu perfil",
      "url": "/app.html#profile",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Ccircle cx='48' cy='48' r='48' fill='%2310B981'/%3E%3Ccircle cx='48' cy='38' r='10' fill='white'/%3E%3Cpath d='M30 68c0-10 8-18 18-18s18 8 18 18' fill='white'/%3E%3C/svg%3E",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.latinbook.app",
      "id": "com.latinbook.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/latinbook/id123456789"
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/app.html#share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+latinbook",
      "url": "/app.html?action=%s"
    }
  ]
}