* add branding for ce * add ce changes * update colorpicker ux * remove unsued flag * Add new email templates Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com> * add local appsmith logo * code review feedback fixes + qa fixes * remove forward slash in url of favicon * fix message * Fix tests Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com> * update messages * Fix tests (again) Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com> * update messages * fix cypress tests * skipping app layout test cases * fix cypress tests * remove it.only * try moving test * use stable DS version * remove __diff Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com> Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com> Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
16 lines
326 B
JSON
Executable File
16 lines
326 B
JSON
Executable File
{
|
|
"short_name": "Appsmith App",
|
|
"name": "Appsmith Client Web UI",
|
|
"icons": [
|
|
{
|
|
"src": "static/img/favicon-orange.ico",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#000000",
|
|
"background_color": "#ffffff"
|
|
}
|