kin: BATON-ARCH-009-frontend_dev

This commit is contained in:
Gros Frumos 2026-03-20 21:09:05 +02:00
parent 8ecaeeafc6
commit 6dff5de077
7 changed files with 625 additions and 0 deletions

23
frontend/manifest.json Normal file
View file

@ -0,0 +1,23 @@
{
"name": "Baton",
"short_name": "Baton",
"description": "Emergency signal button",
"display": "standalone",
"orientation": "portrait-primary",
"start_url": "/",
"background_color": "#000000",
"theme_color": "#ff0000",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}