From e413f8930d31fea408c577f40171db9035e36ede Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 22 Oct 2023 21:39:21 +0200 Subject: fix(manifest.json): Remove trailing comma --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/manifest.json b/src/manifest.json index ec6392ec..1c06f914 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -82,5 +82,5 @@ "description": "Redirect link. Ex: Redirects original twitter link to nitter" } }, - "default_locale": "en", + "default_locale": "en" } -- cgit 1.4.1