tripweb/src/public/manifest.webmanifest
2025-07-18 18:43:30 +02:00

31 lines
648 B
JSON

{
"name": "TRIP",
"short_name": "TRIP",
"description": "Tourism and Recreational Interest Points",
"theme_color": "#1E293B",
"background_color": "#ffffff",
"display": "standalone",
"scope": "./",
"start_url": "./",
"icons": [
{
"src": "icons/TRIP_128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "icons/TRIP_192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "icons/TRIP_512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
]
}