summary refs log tree commit diff stats
path: root/public/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'public/manifest.json')
-rw-r--r--public/manifest.json26
1 files changed, 22 insertions, 4 deletions
diff --git a/public/manifest.json b/public/manifest.json
index 5ea8b9d..1c89288 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -1,13 +1,31 @@
 {
   "name": "Rocie",
+  "short_name": "Rocie ",
   "icons": [
     {
-      "src": "favicon.ico",
-      "type": "image/png",
-      "sizes": "512x512"
+      "src": "./favicon-1024.png",
+      "sizes": "1024x1024",
+      "type": "image/png"
+    }
+    {
+      "src": "./favicon-512.png",
+      "sizes": "512x512",
+      "type": "image/png"
+    }
+    {
+      "src": "./favicon-256.png",
+      "sizes": "256x256",
+      "type": "image/png"
+    }
+    {
+      "src": "./favicon-128.png",
+      "sizes": "128x128",
+      "type": "image/png"
     }
   ],
-  "start_url": "/",
+  "start_url": null,
+  "background_color": "#333131",
+  "theme_color": "#333131",
   "display": "standalone",
   "prefer_related_applications": false
 }