Files
radarsargasses/frontend/public/manifest.json
2026-04-14 17:34:26 -04:00

28 lines
609 B
JSON

{
"name": "Radar Sargasses 971",
"short_name": "RS 971",
"description": "Surveillance satellite des sargasses en Guadeloupe",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#1a1a2e",
"theme_color": "#3ab5e6",
"orientation": "portrait",
"lang": "fr",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["navigation", "weather"]
}