Actually upload the PWA files

This commit is contained in:
2025-11-10 14:54:29 -05:00
parent e9d3b71f28
commit 402b147654
4 changed files with 112 additions and 0 deletions

16
manifest.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "MuneBase Swerve Drive Sim",
"start_url": "/",
"icons": [
{
"src": "icons/192.svg",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "icons/512.svg",
"sizes": "512x512",
"type": "image/svg+xml"
}
]
}