Files
hotspots-frontend/manifest.json
2026-01-28 10:26:28 +01:00

25 lines
528 B
JSON

{
"name": "Ground Scanner",
"short_name": "Scanner",
"description": "Scan text to discover European hotspots",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#0f172a",
"theme_color": "#06b6d4",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}