From 8c573312397089137bc4b817780d9ed6193f2109 Mon Sep 17 00:00:00 2001 From: Ir1dXD Date: Mon, 26 Nov 2018 21:34:27 +0800 Subject: [PATCH] fix: remove trailing comma --- docs/manifest.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manifest.webmanifest b/docs/manifest.webmanifest index 4c09f8a8..c23a1cf2 100644 --- a/docs/manifest.webmanifest +++ b/docs/manifest.webmanifest @@ -5,7 +5,7 @@ { "src": "favicon.ico", "sizes": "72x72 96x96 128x128 256x256" - }, + } ], "start_url": "index.html?launcher=true" } -- 2.11.0