Añadidos manifiestos para PWA.

This commit is contained in:
2025-10-03 00:05:21 +02:00
parent d1a7442ffa
commit e3adfc2126
2 changed files with 98 additions and 0 deletions

21
manifest.webmanifest Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "FerMdez - Juegos",
"short_name": "Juegos",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#e9defa",
"theme_color": "#3d5afe",
"description": "Colección de mini juegos online de Fernando Méndez.",
"icons": [
{
"src": "media/favicon.ico",
"sizes": "192x192",
"type": "image/x-icon",
"purpose": "maskable any"
}
],
"categories": ["games", "education", "entertainment"],
"lang": "es-ES",
"prefer_related_applications": false
}