From 67ffa8fbe864ae2f4d1fdada5792ef395c82574b Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 20 Nov 2024 14:17:33 +0000 Subject: Prettified Code! --- static/manifest.json | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) (limited to 'static') diff --git a/static/manifest.json b/static/manifest.json index f60fd17..6da5546 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -1,23 +1,22 @@ - { - "name": "Ace Attorney Online", - "short_name": "WebAO", - "start_url": "index.html", - "scope": "./", - "icons": [ - { - "src": "logo-new.png", - "sizes": "128x128", - "type": "image/png" - }, - { - "src": "logo-new-512.png", - "sizes": "512x512", - "type": "image/png", - "purpose": "any maskable" - - } - ], - "theme_color": "#2c3d51", - "background_color": "#2c3d51", - "display": "standalone" - } \ No newline at end of file +{ + "name": "Ace Attorney Online", + "short_name": "WebAO", + "start_url": "index.html", + "scope": "./", + "icons": [ + { + "src": "logo-new.png", + "sizes": "128x128", + "type": "image/png" + }, + { + "src": "logo-new-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any maskable" + } + ], + "theme_color": "#2c3d51", + "background_color": "#2c3d51", + "display": "standalone" +} -- cgit