diff --git a/manifest.json b/manifest.json index 6b0b7b7..c32e138 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } ] } \ No newline at end of file