{
  "name": "CoralMastery Portal",
  "short_name": "CoralMastery",
  "start_url": "/home",
  "scope": "/",
  "display": "fullscreen",
  "orientation": "portrait",
  "background_color": "#0f1215",
  "theme_color": "#0f1215",
  "description": "Gestión avanzada de acuarios marinos y recomendaciones inteligentes.",
  "icons": [
    {
      "src": "/static/icons/Logo_solo16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/static/icons/Logo_solo32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/static/icons/Logo_solo120.png",
      "sizes": "120x120",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/Logo_solo152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/static/icons/Logo_solo167.png",
      "sizes": "167x167",
      "type": "image/png"
    },
    {
      "src": "/static/icons/Logo_solo180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/static/icons/Logo_solo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/Logo_solo256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/static/icons/Logo_solo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Medir parámetros",
      "short_name": "Medir",
      "url": "/parametros",
      "icons": [{"src": "/static/icons/Logo_solo192.png", "sizes": "192x192"}]
    },
    {
      "name": "CoralBot",
      "short_name": "Bot",
      "url": "/soporte",
      "icons": [{"src": "/static/icons/Logo_solo192.png", "sizes": "192x192"}]
    },
    {
      "name": "Ofertas Flash",
      "short_name": "Flash",
      "url": "/promociones",
      "icons": [{"src": "/static/icons/Logo_solo192.png", "sizes": "192x192"}]
    },
    {
      "name": "Estado del acuario",
      "short_name": "Estado",
      "url": "/home",
      "icons": [{"src": "/static/icons/Logo_solo192.png", "sizes": "192x192"}]
    }
  ],
  "categories": ["lifestyle", "productivity"],
  "screenshots": [
    {
      "src": "/static/screenshots/mobile-home.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Panel principal con estado del acuario"
    },
    {
      "src": "/static/screenshots/mobile-bot.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "CoralBot IA — asistente experto"
    },
    {
      "src": "/static/screenshots/mobile-params.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Registro de parámetros con IA e ICP"
    },
    {
      "src": "/static/screenshots/mobile-flash.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Ofertas flash exclusivas"
    }
  ],
  "share_target": {
    "action": "/parametros?shared=true",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "photo",
          "accept": ["image/*"]
        }
      ]
    }
  }
}