chore: initial sync

This commit is contained in:
fn-registry agent
2026-04-28 22:12:49 +02:00
commit f803067cb1
23 changed files with 3480 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "Voice Guide",
"short_name": "VoiceGuide",
"description": "Guía por voz con POIs según tus intereses",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#12b886",
"background_color": "#1a1b1e",
"icons": [
{
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": [],
"lang": "es"
}