mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-03-01 01:20:49 +03:00
42 lines
841 B
JSON
42 lines
841 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|