diff options
author | Rory& <root@rory.gay> | 2024-01-15 02:12:26 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-01-15 02:12:26 +0100 |
commit | a65e35fbc2668c2db77e7c312da1b1fb778e09e4 (patch) | |
tree | 21368a71474935ba7425299b727b735726eff5a2 /MatrixRoomUtils.Web/wwwroot/mru.webmanifest | |
parent | Dev test bot (diff) | |
download | MatrixUtils-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.webmanifest | 16 |
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" +} |