diff options
Diffstat (limited to 'web/assets/manifest.json')
| -rw-r--r-- | web/assets/manifest.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/web/assets/manifest.json b/web/assets/manifest.json new file mode 100644 index 00000000..04c63c1d --- /dev/null +++ b/web/assets/manifest.json @@ -0,0 +1,41 @@ +{ + "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" + } + ] +} |
