diff options
Diffstat (limited to 'dev')
-rw-r--r-- | dev/data/manifest-variants.json | 18 |
1 files changed, 17 insertions, 1 deletions
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", @@ -179,6 +181,13 @@ "fileName": "yomitan-firefox.zip", "modifications": [ { + "action": "set", + "path": [ + "author" + ], + "value": "TheMoeWay" + }, + { "action": "delete", "path": [ "background", @@ -313,6 +322,13 @@ "name": "safari", "modifications": [ { + "action": "set", + "path": [ + "author" + ], + "value": "TheMoeWay" + }, + { "action": "remove", "path": [ "optional_permissions" |