PromucFlow_constructor/app/client/public/manifest.json

16 lines
315 B
JSON
Raw Normal View History

2019-01-21 15:11:10 +00:00
{
"short_name": "Appsmith App",
"name": "Appsmith Client Web UI",
2019-01-21 15:11:10 +00:00
"icons": [
{
2020-05-05 12:16:51 +00:00
"src": "favicon-orange.ico",
2019-01-21 15:11:10 +00:00
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}