1
0
mirror of https://github.com/oceanprotocol/status synced 2025-01-09 13:32:46 +01:00
status/public/manifest.json

51 lines
1.1 KiB
JSON
Raw Normal View History

2019-09-16 11:28:08 +02:00
{
"short_name": "Ocean Status",
"name": "Ocean Protocol Status",
"start_url": ".",
"display": "standalone",
"theme_color": "#141414",
"background_color": "#141414",
2019-09-16 11:28:08 +02:00
"icons": [
{
"src": "icons/icon-48x48.png?v=a2156652544310e91b0703e484d8e51f",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "icons/icon-72x72.png?v=a2156652544310e91b0703e484d8e51f",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
2019-09-16 11:28:08 +02:00
},
{
"src": "icons/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
2019-09-16 11:28:08 +02:00
},
{
"src": "icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
2019-09-16 14:53:19 +02:00
}
]
2019-09-16 11:28:08 +02:00
}