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 @@ + +