baton/frontend/manifest.json

24 lines
488 B
JSON
Raw Permalink Normal View History

2026-03-20 21:09:05 +02:00
{
"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"
}
]
}