status/public/manifest.json

26 lines
495 B
JSON
Raw Normal View History

2019-09-16 11:28:08 +02:00
{
2019-09-16 14:53:19 +02:00
"short_name": "Ocean",
"name": "Ocean Protocol Networks Status",
2019-09-16 11:28:08 +02:00
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
2019-09-16 14:53:19 +02:00
}
2019-09-16 11:28:08 +02:00
],
"start_url": ".",
"display": "standalone",
2019-09-16 14:53:19 +02:00
"theme_color": "#ffffff",
"background_color": "#141414"
2019-09-16 11:28:08 +02:00
}