{
  "name": "Sílabas Mágicas",
  "short_name": "Sílabas",
  "description": "Juego para aprender a clasificar palabras según su acentuación",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFF9F0",
  "theme_color": "#A78BFA",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23FFF9F0' width='192' height='192'/><text x='96' y='120' font-size='120' text-anchor='middle' dominant-baseline='central'>🦉</text></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='%23FFF9F0' width='512' height='512'/><text x='256' y='320' font-size='320' text-anchor='middle' dominant-baseline='central'>🦉</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23A78BFA' width='192' height='192'/><text x='96' y='120' font-size='120' text-anchor='middle' dominant-baseline='central'>🦉</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23FFF9F0' width='540' height='720'/><text x='270' y='360' font-size='80' text-anchor='middle' dominant-baseline='central'>Sílabas Mágicas</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ]
}
