diff options
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" +} |
