poa-dapps-voting/public/manifest.json

16 lines
310 B
JSON
Raw Permalink Normal View History

2017-12-11 14:23:01 -08:00
{
2018-07-16 14:49:43 -07:00
"short_name": "Governance",
"name": "Governance DApp",
2017-12-11 14:23:01 -08:00
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}