diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-03-11 21:10:44 +0900 |
---|---|---|
committer | Darius Jahandarie <djahandarie@gmail.com> | 2023-03-11 21:10:44 +0900 |
commit | e82a09118bcfe929995f227bc5862f2f3990f8e8 (patch) | |
tree | 826e1555db06f62fd7785b900c5088e8ff50bf7d /package.json | |
parent | 35f2a0a3f7127c63ac9f329db2672d53dbe5613f (diff) |
Update manifest scripts to only support v3, and yomichan->yomitan
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index dda8ad1c..6ec3eecf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "yomichan", + "name": "yomitan", "version": "0.0.0", "description": "Japanese pop-up dictionary extension for Chrome and Firefox.", "directories": { @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/FooSoft/yomichan.git" + "url": "git+https://github.com/themoeway/yomitan.git" }, "license": "GPL-3.0-or-later", "licenses": [ @@ -29,9 +29,9 @@ } ], "bugs": { - "url": "https://github.com/FooSoft/yomichan/issues" + "url": "https://github.com/themoeway/yomitan/issues" }, - "homepage": "https://foosoft.net/projects/yomichan/", + "homepage": "https://github.com/themoeway/yomitan/", "webExt": { "sourceDir": "ext" }, |