Added extra details to hopefully fix mobile installability

This commit is contained in:
2025-11-10 15:08:14 -05:00
parent 402b147654
commit fb8cf9bbfc

View File

@ -1,16 +1,22 @@
{ {
"name": "MuneBase Swerve Drive Sim", "name": "MuneBase Swerve Drive Sim",
"short_name": "Swerve Sim",
"start_url": "/", "start_url": "/",
"display": "standalone",
"theme_color": "#16213e",
"background_color": "#16213e",
"icons": [ "icons": [
{ {
"src": "icons/192.svg", "src": "/icons/192.svg",
"sizes": "192x192", "sizes": "192x192",
"type": "image/svg+xml" "type": "image/svg+xml",
"purpose": "any"
}, },
{ {
"src": "icons/512.svg", "src": "/icons/512.svg",
"sizes": "512x512", "sizes": "512x512",
"type": "image/svg+xml" "type": "image/svg+xml",
"purpose": "any"
} }
] ]
} }