From cfabc9114cc5af50b51b5156d34bbf966fe1eddf Mon Sep 17 00:00:00 2001 From: murdle Date: Thu, 18 Dec 2025 00:07:06 +0200 Subject: [PATCH] add manifest --- assets/public/custom/web/manifest.json | 17 +++++++++++++++++ assets/public/index.html | 3 ++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 assets/public/custom/web/manifest.json diff --git a/assets/public/custom/web/manifest.json b/assets/public/custom/web/manifest.json new file mode 100644 index 00000000..24de7660 --- /dev/null +++ b/assets/public/custom/web/manifest.json @@ -0,0 +1,17 @@ +{ + "name": "RSCord", + "icons": [ + { + "src": "/assets/flacara.webp", + "sizes": "512x512" + } + ], + "start_url": "/app", + "display": "standalone", + "scope": "/", + "theme_color": "#05050a", + "categories":["social"], + "description": "ok", + "background_color": "#05050a", + "offline_enabled": true +} \ No newline at end of file diff --git a/assets/public/index.html b/assets/public/index.html index 66b95854..468cf106 100644 --- a/assets/public/index.html +++ b/assets/public/index.html @@ -14,7 +14,6 @@ - Discord @@ -28,6 +27,8 @@ + +