1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00
commons/client/public/manifest.json

26 lines
497 B
JSON
Raw Permalink Normal View History

{
2019-01-23 13:03:41 +01:00
"short_name": "Commons",
"name": "Commons Marketplace",
"icons": [
{
2019-01-23 13:03:41 +01:00
"src": "icons/favicon_512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/favicon_256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "icons/favicon_128.png",
"sizes": "128x128",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
2019-01-23 13:03:41 +01:00
"theme_color": "#141414",
2019-06-18 00:05:40 +02:00
"background_color": "#ffffff"
}