From d7db65a9b3b8d941c6934597862b8010a1ccac64 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 2 Feb 2024 22:57:27 -0500 Subject: Chrome types update (#614) * Update chrome types * Fix issues * Update manifest author --- dev/data/manifest-variants.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'dev') diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index b0cc70a7..93841f46 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -4,7 +4,9 @@ "name": "Yomitan", "version": "$YOMITAN_VERSION", "description": "Japanese dictionary with Anki integration", - "author": "TheMoeWay", + "author": { + "email": "themoeway@googlegroups.com" + }, "icons": { "16": "images/icon16.png", "19": "images/icon19.png", @@ -178,6 +180,13 @@ "inherit": "base", "fileName": "yomitan-firefox.zip", "modifications": [ + { + "action": "set", + "path": [ + "author" + ], + "value": "TheMoeWay" + }, { "action": "delete", "path": [ @@ -312,6 +321,13 @@ { "name": "safari", "modifications": [ + { + "action": "set", + "path": [ + "author" + ], + "value": "TheMoeWay" + }, { "action": "remove", "path": [ -- cgit v1.2.3