cambio random del pwa

This commit is contained in:
2025-08-29 16:02:04 -06:00
parent 3a9c8a6e74
commit b07947b9d3
4 changed files with 72 additions and 2 deletions

View File

@@ -8,6 +8,18 @@
"display": "standalone",
"background_color": "#111111",
"theme_color": "#111111",
"file_handlers": [
{
"action": "/open-snatchsave",
"accept": {
"application/x-snatchsave": [".snatchSave"]
},
"icons": [
{ "src": "/pwa_icons/icon-48x48.png", "sizes": "48x48", "type": "image/png" },
{ "src": "/pwa_icons/icon-128x128.png", "sizes": "128x128", "type": "image/png" }
]
}
],
"icons": [
{ "src": "/pwa_icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
{ "src": "/pwa_icons/icon-256x256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },