stream/public/manifest.json

16 lines
272 B
JSON
Raw Normal View History

2023-06-21 12:27:52 +00:00
{
2023-07-05 17:27:50 +00:00
"short_name": "zap_stream",
"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-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"
}