about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/wwwroot/mru.webmanifest
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Web/wwwroot/mru.webmanifest')
-rw-r--r--MatrixRoomUtils.Web/wwwroot/mru.webmanifest16
1 files changed, 16 insertions, 0 deletions
diff --git a/MatrixRoomUtils.Web/wwwroot/mru.webmanifest b/MatrixRoomUtils.Web/wwwroot/mru.webmanifest
new file mode 100644
index 0000000..ef1ee66
--- /dev/null
+++ b/MatrixRoomUtils.Web/wwwroot/mru.webmanifest
@@ -0,0 +1,16 @@
+{
+  "name": "Rory&::MatrixUtils",
+  "short_name": "MRU",
+  "description": "A collection of Matrix utilities.",
+  "icons": [
+    {
+      "src": "icon-192.png",
+      "sizes": "192x192",
+      "type": "image/png"
+    }
+  ],
+  "start_url": "/index.html",
+  "display": "fullscreen",
+  "theme_color": "#052767",
+  "background_color": "#3A0647"
+}