solucionado error de mannifest
All checks were successful
build-and-deploy / build (push) Successful in 19s
build-and-deploy / deploy (push) Successful in 11s

This commit is contained in:
2025-08-28 22:02:34 -06:00
parent 35e63c179e
commit a656165f28

View File

@@ -20,7 +20,7 @@
{ "src": "/pwa_icons/icon-48x48.png", "sizes": "48x48", "type": "image/png", "purpose": "any" } { "src": "/pwa_icons/icon-48x48.png", "sizes": "48x48", "type": "image/png", "purpose": "any" }
], ],
"screenshots": [ "screenshots": [
{ "src": "/SnatchGame.png", "sizes": "992x1056", "type": "image/png", "form_factor": "wide", "label": "Juego - Escritorio" }, { "src": "/SnatchGame.png", "sizes": "1536x1024", "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", "label": "Juego - General" }
] ]
} }