WGDashboard/src/static/app/dist/json/manifest.json
2024-11-07 14:53:31 +08:00

44 lines
1.1 KiB
JSON

{
"theme_color": "#343a40",
"background_color": "#343a40",
"display": "fullscreen",
"scope": "/",
"start_url": "/",
"name": "WGDashboard",
"short_name": "WGDashboard",
"screenshots": [
{
"src": "https://donaldzou.github.io/WGDashboard-Documentation/images/sign-in.png",
"sizes": "2880x1826",
"type": "image/png",
"form_factor": "wide"
},
{
"src": "https://donaldzou.github.io/WGDashboard-Documentation/images/sign-in.png",
"sizes": "2880x1826",
"type": "image/png"
}
],
"icons": [
{
"src": "../img/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "../img/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "../img/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "../img/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}