diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-03-18 11:29:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-18 11:29:45 +0900 |
commit | e7a6f0354b8c38046e449566a371e366ef6b6889 (patch) | |
tree | cd3b2b7d30b8dac0ecbd4ebc91b9d1da8da36819 /dev | |
parent | 0314a8620f952aa5b0129e93f2d0956b0e0cc7c2 (diff) | |
parent | 1dd47d0876833c1d61572577ae5b9d2215578c07 (diff) |
Merge pull request #92 from themoeway/cd
Add CD to build and publish extension to Chrome & Firefox stores
Diffstat (limited to 'dev')
-rw-r--r-- | dev/data/manifest-variants.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index f4f5c766..1b0e569d 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -178,7 +178,7 @@ { "action": "delete", "path": [ - "service_worker" + "background" ] }, { @@ -218,7 +218,7 @@ ], "value": { "gecko": { - "id": "themoeway@googlegroups.com", + "id": "{cb7c0bec-7085-4f84-8422-7b55a7c4467c}", "strict_min_version": "101.0" } } @@ -267,7 +267,7 @@ ], "pattern": "^(.*)(?:\\.\\s*)?$", "patternFlags": "", - "replacement": "$1. This is a development build; get the stable version here: https://tinyurl.com/yaatdjmp" + "replacement": "$1. This is a development build." }, { "action": "set", @@ -276,7 +276,7 @@ "gecko", "id" ], - "value": "themoeway+development@googlegroups.com" + "value": "{2d13e145-294e-4ead-9bce-b4644b203a00}" }, { "action": "set", |