about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/wwwroot/mru.webmanifest
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-01-15 02:12:26 +0100
committerRory& <root@rory.gay>2024-01-15 02:12:26 +0100
commita65e35fbc2668c2db77e7c312da1b1fb778e09e4 (patch)
tree21368a71474935ba7425299b727b735726eff5a2 /MatrixRoomUtils.Web/wwwroot/mru.webmanifest
parentDev test bot (diff)
downloadMatrixUtils-a65e35fbc2668c2db77e7c312da1b1fb778e09e4.tar.xz
LibMatrix update, refactor login page, add web manifest
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"
+}