liquid-funding/public/manifest.json

16 lines
291 B
JSON
Raw Normal View History

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