From f5217fa14b3b4369522d09a37d05f840faf60c7b Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 2 May 2022 02:45:35 +0200 Subject: Correct code style --- static/manifest.webmanifest | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'static') diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest index a2ecebf..a43b334 100644 --- a/static/manifest.webmanifest +++ b/static/manifest.webmanifest @@ -1,8 +1,8 @@ { - "short_name": "Ed.", - "name": "Ed: a Hugo theme for minimal editions", - "icons": [ - { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" }, - { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" } - ] + "short_name": "Ed.", + "name": "Ed: a Hugo theme for minimal editions", + "icons": [ + { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" }, + { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" } + ] } -- cgit v1.2.3