liquid-funding/public/manifest.json

16 lines
291 B
JSON
Raw Normal View History

2019-04-23 09:58:54 -04:00
{
2019-11-18 14:29:49 -05:00
"short_name": "Assemble",
"name": "Assemble",
2019-04-23 09:58:54 -04:00
"icons": [
{
2019-11-18 14:29:49 -05:00
"src": "assemble.png",
2019-08-27 20:01:11 -04:00
"sizes": "64x64 32x32 24x24 16x16",
2019-04-23 09:58:54 -04:00
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}