Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-02-23 17:09:43 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-02-23 17:09:43 +0300
commita39d07a68a6ead602524a1a928aaf3a0f7d548a0 (patch)
treeb34195f63f3656db30294e5a8b8d88822846715a /web/assets/manifest.json
parent81c9b4450bce3726733438fc860a2f7d4c242ea9 (diff)
revert #1678
i got so many errors while testing it on my server and i think we can have security issue if use this anyway thank you and sorry about this
Diffstat (limited to 'web/assets/manifest.json')
-rw-r--r--web/assets/manifest.json41
1 files changed, 0 insertions, 41 deletions
diff --git a/web/assets/manifest.json b/web/assets/manifest.json
deleted file mode 100644
index 04c63c1d..00000000
--- a/web/assets/manifest.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "3x-UI Panel",
- "short_name": "3xPanel",
- "description": "3x-ui panel converted to PWA",
- "start_url": "/",
- "background_color": "#F4F4F4",
- "display": "fullscreen",
- "theme_color": "#293343",
- "icons": [
- {
- "src": "./assets/icons/16.png",
- "sizes": "16x16",
- "type": "image/png"
- },
- {
- "src": "./assets/icons/24.png",
- "sizes": "24x24",
- "type": "image/png"
- },
- {
- "src": "./assets/icons/32.png",
- "sizes": "32x32",
- "type": "image/png"
- },
- {
- "src": "./assets/icons/64.png",
- "sizes": "64x64",
- "type": "image/png"
- },
- {
- "src": "./assets/icons/192.png",
- "sizes": "192x192",
- "type": "image/png"
- },
- {
- "src": "./assets/icons/512.png",
- "sizes": "512x512",
- "type": "image/png"
- }
- ]
-}