Added extra details to hopefully fix mobile installability
This commit is contained in:
@ -1,16 +1,22 @@
|
||||
{
|
||||
"name": "MuneBase Swerve Drive Sim",
|
||||
"short_name": "Swerve Sim",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"theme_color": "#16213e",
|
||||
"background_color": "#16213e",
|
||||
"icons": [
|
||||
{
|
||||
"src": "icons/192.svg",
|
||||
"src": "/icons/192.svg",
|
||||
"sizes": "192x192",
|
||||
"type": "image/svg+xml"
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "icons/512.svg",
|
||||
"src": "/icons/512.svg",
|
||||
"sizes": "512x512",
|
||||
"type": "image/svg+xml"
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "any"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user