* fix(ui): fix create note modal * change(ui): remove tests for a moment * change(ui): fix job name * change(ui): fix job action * change(ui): fix job action * change(ui): fix job action * change(ui): fix job action * change(ui): add testing public dir * change(ui): return silent server start * change(ui): fix session url * change(ui): fix session url * change(ui): fix session url * change(ui): fix mockup * change(ui): fix mockup * change(ui): fix snapshot images * change(ui): fix snapshot images * change(ui): fix testing app * change(ui): fix testing app * change(ui): fix testing flow and add loggs * change(ui): add network and events * change(ui): fix table view * change(ui): fix table view * change(ui): fix acc req intercept * change(ui): fix mob req intercept * change(ui): change jump method
25 lines
492 B
JSON
25 lines
492 B
JSON
{
|
|
"short_name": "React App",
|
|
"name": "Create React App Sample",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.ico",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
},
|
|
{
|
|
"src": "logo192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "logo512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#000000",
|
|
"background_color": "#ffffff"
|
|
}
|