From fb8cf9bbfcc2bead346131deee96e6e15f84a51f Mon Sep 17 00:00:00 2001 From: Moonlit Productions Date: Mon, 10 Nov 2025 15:08:14 -0500 Subject: [PATCH] Added extra details to hopefully fix mobile installability --- manifest.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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