diff --git a/frontend/public/manifest.json.bak b/frontend/public/manifest.json.bak new file mode 100644 index 0000000..6b51e72 --- /dev/null +++ b/frontend/public/manifest.json.bak @@ -0,0 +1,20 @@ +{ + "short_name": "Whaticket_Saas", + "name": "Whaticket_Saas", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }, + { + "src": "android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +}