added PWA capability

This commit is contained in:
2025-06-04 18:25:22 -07:00
parent 7067dae78a
commit 5f48c88106
5 changed files with 30 additions and 1 deletions

21
public/manifest.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "Cuberoo",
"short_name": "Cuberoo",
"start_url": ".",
"display": "standalone",
"background_color": "#800080",
"theme_color": "#800080",
"description": "Cubes, but fun.",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}