diff --git a/panel/index.html b/panel/index.html index 1a1736dbc..a1b1abdd4 100644 --- a/panel/index.html +++ b/panel/index.html @@ -4,7 +4,12 @@ + + + + + txAdmin diff --git a/panel/public/manifest.json b/panel/public/manifest.json new file mode 100644 index 000000000..c85f7182e --- /dev/null +++ b/panel/public/manifest.json @@ -0,0 +1,20 @@ +{ + "name": "txAdmin", + "short_name": "txAdmin", + "description": "FiveM/RedM server management", + "start_url": "/", + "display": "standalone", + "background_color": "#1a1a1a", + "theme_color": "#191A1C", + "icons": [ + { + "src": "https://forum-cfx-re.akamaized.net/optimized/5X/5/4/8/e/548e82fce6119ea9b4d2b3ec3b3d50375463adbc_2_375x375.png", + "sizes": "any", + "type": "image/png" + } + ], + "categories": ["productivity", "utilities"], + "orientation": "any", + "scope": "/", + "lang": "en" +} \ No newline at end of file