21 lines
366 B
JSON
21 lines
366 B
JSON
{
|
|
"short_name": "zap.stream",
|
|
"name": "zap.stream",
|
|
"icons": [
|
|
{
|
|
"src": "logo.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
},
|
|
{
|
|
"src": "logo_256.png",
|
|
"type": "image/png",
|
|
"sizes": "256x256"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#000000",
|
|
"background_color": "#ffffff"
|
|
}
|