Files
swerve-visualizer/manifest.json

22 lines
524 B
JSON

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