From fa047e23840125e58ba572081e6ab13ebe348d5c Mon Sep 17 00:00:00 2001 From: BTernaryTau Date: Wed, 8 May 2024 12:35:54 -0400 Subject: [PATCH] Reformat manifest.json --- manifest.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/manifest.json b/manifest.json index 1364dbe..7745045 100644 --- a/manifest.json +++ b/manifest.json @@ -1,22 +1,22 @@ { - "lang": "en", - "name": "Technically Exists", - "short_name": "Tech. Exists", - "icons": [ - { - "src": "/android-chrome-192x192.png?v=rMlbJkPXO7", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/android-chrome-512x512.png?v=rMlbJkPXO7", - "sizes": "512x512", - "type": "image/png" - } - ], - "theme_color": "#f7f7f7", - "background_color": "#f7f7f7", - "start_url": "/", - "display": "standalone", - "orientation": "any" -} \ No newline at end of file + "lang": "en", + "name": "Technically Exists", + "short_name": "Tech. Exists", + "icons": [ + { + "src": "/android-chrome-192x192.png?v=rMlbJkPXO7", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png?v=rMlbJkPXO7", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#f7f7f7", + "background_color": "#f7f7f7", + "start_url": "/", + "display": "standalone", + "orientation": "any" +}