{
  "name": "VOKI - Red Social Moderna",
  "short_name": "VOKI Social",
  "description": "La red social del futuro con un toque de magia. Conecta, crea y comparte.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#bc13fe",
  "background_color": "#050812",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23a855f7' width='192' height='192'/><path fill='white' d='M96 30L60 90h18v60h36v-60h18L96 30z'/></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%23a855f7' width='512' height='512'/><path fill='white' d='M256 80L160 240h96v160h96v-160h96L256 80z'/></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%230a0e27' width='540' height='720'/><circle cx='270' cy='150' r='60' fill='%23a855f7'/><rect x='20' y='250' width='500' height='200' fill='%2300d4ff' opacity='0.2' rx='16'/></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 720'><rect fill='%230a0e27' width='1280' height='720'/><circle cx='200' cy='200' r='80' fill='%23a855f7'/><rect x='300' y='100' width='900' height='500' fill='%2300d4ff' opacity='0.2' rx='16'/></svg>",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ],
  "categories": ["social", "lifestyle"],
  "shortcuts": [
    {
      "name": "Crear Post",
      "short_name": "Crear",
      "description": "Crear un nuevo post",
      "url": "/?action=create",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='48' fill='%2300d4ff'/><path fill='white' d='M48 20v56M20 48h56' stroke='white' stroke-width='4' stroke-linecap='round'/></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Mi Perfil",
      "short_name": "Perfil",
      "description": "Ver mi perfil",
      "url": "/profile",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='48' fill='%23a855f7'/><circle cx='48' cy='35' r='12' fill='white'/><path fill='white' d='M30 55c0-10 8-18 18-18s18 8 18 18v8H30z'/></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  }
}
