diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-05 22:43:56 +0700 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-05 22:43:56 +0700 |
| commit | d0aace9ab244c656e42354d44f87ef4c415f58bc (patch) | |
| tree | 79922c3195c1f82b1f455a5a93bddf278f5309e5 /frontend/manifest.json | |
| parent | 4c78072e3733fde768a3e9379558b405e02e067e (diff) | |
PWA
Diffstat (limited to 'frontend/manifest.json')
| -rw-r--r-- | frontend/manifest.json | 25 |
1 files changed, 25 insertions, 0 deletions
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" +} |
