From d0aace9ab244c656e42354d44f87ef4c415f58bc Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Fri, 5 Dec 2025 22:43:56 +0700 Subject: PWA --- frontend/manifest.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 frontend/manifest.json (limited to 'frontend/manifest.json') diff --git a/frontend/manifest.json b/frontend/manifest.json new file mode 100644 index 0000000..d8aded6 --- /dev/null +++ b/frontend/manifest.json @@ -0,0 +1,25 @@ +{ + "$schema": "https://json.schemastore.org/web-manifest-combined.json", + "name": "Victoria Hall LaundryWeb", + "icons": [ + { + "src": "/assets/icons/512.png", + "type": "image/png", + "sizes": "512x512" + }, + { + "src": "/assets/icons/192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "/assets/icons/1024.png", + "type": "image/png", + "sizes": "1024x1024" + } + ], + "start_url": "/", + "display": "standalone", + "theme_color": "#93B6B1", + "background_color": "#FFFFFF" +} -- cgit v1.2.3