mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-15 15:50:59 +00:00
Progressive Web App (#1678)
* pwa support * Create go.yml * Delete .github/workflows/go.yml
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user