{
  "name": "Tecnomath - Portal de Juegos Educativos ODS",
  "short_name": "Tecnomath",
  "description": "Portal de minijuegos educativos sobre los ODS. Matemáticas, ciencias, ecología y mucho más.",
  "id": "https://tecnomath.online/",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone"],
  "orientation": "portrait",
  "lang": "es-ES",
  "dir": "ltr",
  "background_color": "#060610",
  "theme_color": "#060610",
  "categories": ["education", "games", "kids"],
  "iarc_rating_id": "",
  "screenshots": [
    {
      "src": "img/screenshot-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pantalla principal del portal Tecnomath"
    }
  ],
  "icons": [
    { "src": "img/icon-48.png", "sizes": "48x48", "type": "image/png" },
    { "src": "img/icon-72.png", "sizes": "72x72", "type": "image/png" },
    { "src": "img/icon-96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "img/icon-144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "img/icon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any maskable" },
    { "src": "img/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any maskable" },
    { "src": "img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "MindMath Arcade",
      "short_name": "MindMath",
      "description": "Juego de matemáticas retro",
      "url": "/game.html",
      "icons": [{ "src": "img/mindmath.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Eco Recolector",
      "short_name": "Eco",
      "description": "Atrapa agua y reciclables",
      "url": "/eco-collector.html",
      "icons": [{ "src": "img/ecorecolector.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Animalandia",
      "short_name": "Animales",
      "description": "Alimenta a los animales",
      "url": "/animalandia.html",
      "icons": [{ "src": "img/animalandia.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "file_handlers": [
    {
      "action": "/index.html",
      "accept": {
        "application/pdf": [".pdf"],
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"],
        "text/plain": [".txt"]
      }
    }
  ],
  "launch_handler": {
    "client_mode": "auto"
  },
  "protocol_handlers": [
    {
      "protocol": "web+tecnomath",
      "url": "/index.html?data=%s"
    }
  ],
  "share_target": {
    "action": "/index.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "widgets": [
    {
      "name": "Tecnomath Widget",
      "tag": "tecnomath-widget",
      "ms_ac_template": "widgets/tecnomath.json",
      "data": {
        "url": "/"
      }
    }
  ],
  "scope_extensions": [
    {
      "origin": "https://tecnomath.online"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "window_controls_overlay": {
    "enabled": true
  },
  "tabbed_display": {
    "enabled": true,
    "home_tab": {
      "scope": "/"
    }
  },
  "note_taking": {
    "new_note_url": "/index.html"
  },
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://tecnomath.online/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "handle_links": "preferred"
}
