From 4870df537c52aa80da8ef05648b2dd54b7bc993f Mon Sep 17 00:00:00 2001 From: Bohdan Horbeshko Date: Wed, 13 Nov 2024 00:38:42 +0100 Subject: [PATCH] Change id for the fork --- src/manifest-firefox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/manifest-firefox.json b/src/manifest-firefox.json index 1af837e..5fc2fa8 100644 --- a/src/manifest-firefox.json +++ b/src/manifest-firefox.json @@ -1,12 +1,12 @@ { "manifest_version": 2, - "version": "2.8.2", + "version": "2.8.3", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "applications": { "gecko": { - "id": "simple-translate@sienori" + "id": "simple-translate@bodqhrohro" } }, "permissions": [ @@ -74,4 +74,4 @@ "description": "__MSG_translatePageMenu__" } } -} \ No newline at end of file +}