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:
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"
- }
- ]
-}