{
  "name": "InmortalNutri - Pasa al Siguiente Nivel",
  "short_name": "InmortalNutri",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "window-controls-overlay"
  ],
  "orientation": "portrait-primary",
  "description": "Alcanza tu próximo nivel. TU mejor versión.",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": [
    "health",
    "fitness",
    "lifestyle"
  ],
  "shortcuts": [
    {
      "name": "Mis Retos",
      "short_name": "Retos",
      "description": "Mis retos activos",
      "url": "/mis-retos"
    },
    {
      "name": "Compartir Progreso",
      "short_name": "Compartir",
      "description": "Comparte tu progreso",
      "url": "/compartir",
      "icons": [
        {
          "src": "/static/icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Nuevo Reto",
      "short_name": "Nuevo Reto",
      "description": "Comenzar un nuevo reto",
      "url": "/retos",
      "icons": [
        {
          "src": "/static/icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Mis Retos",
      "short_name": "Retos",
      "description": "Ver tus retos adquiridas",
      "url": "/mis_retos",
      "icons": [
        {
          "src": "/static/icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "/static/manifest.json"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "retos",
          "accept": [
            "image/*",
            "video/*"
          ]
        },
        {
          "name": "progreso",
          "accept": [
            "image/*",
            "video/*"
          ]
        },
        {
          "name": "comida",
          "accept": [
            "image/*"
          ]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+inmortalnutri",
      "url": "/handle-protocol?url=%s"
    }
  ],
  "icons": [
    {
      "src": "/static/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}