stream/public/manifest.json

21 lines
366 B
JSON
Raw Normal View History

2023-06-21 12:27:52 +00:00
{
2023-12-04 12:38:23 +00:00
"short_name": "zap.stream",
2023-07-05 17:27:50 +00:00
"name": "zap.stream",
2023-06-21 12:27:52 +00:00
"icons": [
{
2023-07-05 17:27:50 +00:00
"src": "logo.png",
2023-06-21 12:27:52 +00:00
"type": "image/png",
2023-12-04 12:38:23 +00:00
"sizes": "512x512"
},
{
"src": "logo_256.png",
"type": "image/png",
2023-07-05 17:27:50 +00:00
"sizes": "256x256"
2023-06-21 12:27:52 +00:00
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}