correcciones de PWA y agregando documentacion

This commit is contained in:
2026-01-29 16:24:06 -05:00
parent 4fe2c83130
commit d3a139f316
5 changed files with 26 additions and 11 deletions

View File

@@ -463,22 +463,29 @@
"files": [
{
"name": "audio_file",
"accept": ["audio/*"]
"accept": [
"audio/*"
]
}
]
}
},
"shortcuts": [
{
"name": "Nueva Tarea",
"url": "/nueva-tarea",
"icons": [{ "src": "icons/shortcut-icon.png", "sizes": "192x192" }]
}
],
"user_preferences": {
"user_preferences": {
"color_scheme_dark": {
"theme_color": "#121212",
"background_color": "#121212"
}
},
"screenshots" : [
{
"src": "screenshot.png",
"sizes": "1280x720",
"type": "image/png",
"platform": "wide"
}
],
"orientation": "any",
"id": "audiocutter",
"categories": ["utilities", "music"]
}