diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2024-02-02 22:57:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-03 03:57:27 +0000 |
commit | d7db65a9b3b8d941c6934597862b8010a1ccac64 (patch) | |
tree | 5b406707f95243d786be048f8fc20c5fe90d48ae /dev/data/manifest-variants.json | |
parent | 17ffea6cb907c12c1af47d3f6f27126f126b168f (diff) |
Chrome types update (#614)
* Update chrome types
* Fix issues
* Update manifest author
Diffstat (limited to 'dev/data/manifest-variants.json')
-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" |