Files
cuberoo/public/manifest.json
2025-06-04 18:25:22 -07:00

22 lines
400 B
JSON

{
"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"
}
]
}