summaryrefslogtreecommitdiffstats
path: root/public/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'public/manifest.json')
-rw-r--r--public/manifest.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/public/manifest.json b/public/manifest.json
new file mode 100644
index 0000000..38e1d17
--- /dev/null
+++ b/public/manifest.json
@@ -0,0 +1,19 @@
+{
+ "name": "Uptime Kuma",
+ "short_name": "Uptime Kuma",
+ "start_url": "/",
+ "background_color": "#fff",
+ "display": "standalone",
+ "icons": [
+ {
+ "src": "icon-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "icon-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ]
+}