Files
voice_guide/frontend/public/manifest.json
T
fn-registry agent f803067cb1 chore: initial sync
2026-04-28 22:12:49 +02:00

28 lines
604 B
JSON

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