From a656165f28864e17441b1caad92506d523c58485 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Thu, 28 Aug 2025 22:02:34 -0600 Subject: [PATCH] solucionado error de mannifest --- client/public/manifest.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/public/manifest.webmanifest b/client/public/manifest.webmanifest index 5c0e008..83c2949 100644 --- a/client/public/manifest.webmanifest +++ b/client/public/manifest.webmanifest @@ -20,7 +20,7 @@ { "src": "/pwa_icons/icon-48x48.png", "sizes": "48x48", "type": "image/png", "purpose": "any" } ], "screenshots": [ - { "src": "/SnatchGame.png", "sizes": "992x1056", "type": "image/png", "form_factor": "wide", "label": "Juego - Escritorio" }, - { "src": "/SnatchGame.png", "sizes": "992x1056", "type": "image/png", "label": "Juego - General" } + { "src": "/SnatchGame.png", "sizes": "1536x1024", "type": "image/png", "form_factor": "wide", "label": "Juego - Escritorio" }, + { "src": "/SnatchGame.png", "sizes": "1536x1024", "type": "image/png", "label": "Juego - General" } ] }