Build & Move to Dashboard Folder

This commit is contained in:
2022-07-27 11:25:15 +07:00
parent 58e46b4a9e
commit b7ab616875
72 changed files with 1223 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "React Material Minimal UI",
"short_name": "Minimal-UI",
"display": "standalone",
"start_url": "/",
"theme_color": "#000000",
"background_color": "#ffffff",
"icons": [
{
"src": "favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}