From a65e35fbc2668c2db77e7c312da1b1fb778e09e4 Mon Sep 17 00:00:00 2001 From: Rory& Date: Mon, 15 Jan 2024 02:12:26 +0100 Subject: LibMatrix update, refactor login page, add web manifest --- MatrixRoomUtils.Web/wwwroot/index.html | 1 + MatrixRoomUtils.Web/wwwroot/mru.webmanifest | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 MatrixRoomUtils.Web/wwwroot/mru.webmanifest (limited to 'MatrixRoomUtils.Web/wwwroot') diff --git a/MatrixRoomUtils.Web/wwwroot/index.html b/MatrixRoomUtils.Web/wwwroot/index.html index 3fc740a..7eef159 100644 --- a/MatrixRoomUtils.Web/wwwroot/index.html +++ b/MatrixRoomUtils.Web/wwwroot/index.html @@ -10,6 +10,7 @@ + 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" +} -- cgit 1.5.1