2024-01-25 08:36:17 +00:00
|
|
|
{
|
|
|
|
"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": [
|
|
|
|
{
|
2024-02-21 15:11:13 +00:00
|
|
|
"src": "./icons/16.png",
|
2024-01-25 08:36:17 +00:00
|
|
|
"sizes": "16x16",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2024-02-21 15:11:13 +00:00
|
|
|
"src": "./icons/24.png",
|
2024-01-25 08:36:17 +00:00
|
|
|
"sizes": "24x24",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2024-02-21 15:11:13 +00:00
|
|
|
"src": "./icons/32.png",
|
2024-01-25 08:36:17 +00:00
|
|
|
"sizes": "32x32",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2024-02-21 15:11:13 +00:00
|
|
|
"src": "./icons/64.png",
|
2024-01-25 08:36:17 +00:00
|
|
|
"sizes": "64x64",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2024-02-21 15:11:13 +00:00
|
|
|
"src": "./icons/192.png",
|
2024-01-25 08:36:17 +00:00
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2024-02-21 15:11:13 +00:00
|
|
|
"src": "./icons/512.png",
|
2024-01-25 08:36:17 +00:00
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|