From b240278e916788bd467a239f9ea9afbd974842c5 Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 15 Dec 2025 23:19:26 -0500 Subject: [PATCH] remove trailing comma --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 17afd69..e788556 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ { "src": "icon.svg", "sizes": "any", - "purpose": "maskable", + "purpose": "maskable" } ], "start_url": "/mcalc/index.html",