28 lines
604 B
JSON
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"
|
|
}
|