mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-07-24 05:56:59 +00:00
31 lines
761 B
JSON
31 lines
761 B
JSON
{
|
|
"theme_color": "#343a40",
|
|
"background_color": "#343a40",
|
|
"display": "fullscreen",
|
|
"scope": "/",
|
|
"start_url": "/",
|
|
"name": "WGDashboard",
|
|
"short_name": "WGDashboard",
|
|
"icons": [
|
|
{
|
|
"src": "/static/img/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/img/icon-256x256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/img/icon-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/img/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
} |