diff options
author | Soispha <soispha@vhack.eu> | 2023-10-22 21:39:21 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-22 21:39:21 +0200 |
commit | e413f8930d31fea408c577f40171db9035e36ede (patch) | |
tree | 4ad6ab4f62d58cef634c4415f920b33eeb320b4d /src | |
parent | feat(src): Actually set the default config (diff) | |
download | libredirect-e413f8930d31fea408c577f40171db9035e36ede.zip |
fix(manifest.json): Remove trailing comma
Diffstat (limited to 'src')
-rw-r--r-- | src/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |