files
Juegos/manifest.webmanifest

21 lines
526 B
JSON

{
"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
}