Moved all dist code to one folder

This commit is contained in:
Donald Zou
2025-08-17 16:33:03 +08:00
parent f9e9d32c52
commit 0d943cb06f
110 changed files with 113 additions and 124 deletions

View File

@@ -0,0 +1,48 @@
{
"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/Logo-2-Rounded-128x128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "any"
},
{
"src": "../img/Logo-2-Rounded-256x256.png",
"sizes": "256x256",
"type": "image/png",
"purpose": "any"
},
{
"src": "../img/Logo-2-Rounded-384x384.png",
"sizes": "384x384",
"type": "image/png",
"purpose": "any"
},
{
"src": "../img/Logo-2-Rounded-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
]
}