mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 20:26:19 +00:00
PWA Manifest
This commit is contained in:
parent
d8b4ec97ec
commit
03e60c4c32
4 changed files with 13 additions and 0 deletions
BIN
web/assets/favicon/android-chrome-192x192.png
Normal file
BIN
web/assets/favicon/android-chrome-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
web/assets/favicon/android-chrome-512x512.png
Normal file
BIN
web/assets/favicon/android-chrome-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 198 KiB |
12
web/assets/favicon/site.webmanifest
Normal file
12
web/assets/favicon/site.webmanifest
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "3X-UI — An Advanced Web Panel for Xray Core",
|
||||
"short_name": "3X-UI",
|
||||
"description": "Xray panel supporting multi-protocol multi-user expire day & traffic & ip limit (Vmess & Vless & Trojan & ShadowSocks & Wireguard)",
|
||||
"icons": [
|
||||
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
||||
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
||||
],
|
||||
"theme_color": "#008771",
|
||||
"background_color": "#ff0000",
|
||||
"display": "standalone"
|
||||
}
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="apple-touch-icon" sizes="180x180" href="{{ .base_path }}assets/favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ .base_path }}assets/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ .base_path }}assets/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="{{ .base_path }}assets/favicon/site.webmanifest">
|
||||
<link rel="stylesheet" href="{{ .base_path }}assets/ant-design-vue/antd.min.css">
|
||||
<link rel="stylesheet" href="{{ .base_path }}assets/element-ui/theme-chalk/display.css">
|
||||
<link rel="stylesheet" href="{{ .base_path }}assets/css/custom.min.css?{{ .cur_ver }}">
|
||||
|
|
Loading…
Reference in a new issue