24 lines
488 B
JSON
24 lines
488 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|