summaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2019-09-05 20:21:07 -0700
committerAlex Yatskov <alex@foosoft.net>2019-09-05 20:21:07 -0700
commitcfc6363a01ee00e89866c54709006d6f55d093de (patch)
treea03b1f79ba220e93c248ad8284fb01dc95b676a9 /ext/manifest.json
parent5347da528bd07166b4686f45440d80a77f4888a3 (diff)
parentc53263158b22f4be8e54696c4675f360f1813de8 (diff)
Merge branch 'master' into testing
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index b49a3123..3676b236 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Yomichan (testing)",
- "version": "1.7.5",
+ "version": "1.7.6",
"description": "Japanese dictionary with Anki integration (testing)",
"icons": {"16": "mixed/img/icon16.png", "48": "mixed/img/icon48.png", "128": "mixed/img/icon128.png"},
@@ -21,9 +21,11 @@
"mixed/js/extension.js",
"fg/js/api.js",
"fg/js/document.js",
+ "fg/js/frontend-api-receiver.js",
"fg/js/popup.js",
"fg/js/source.js",
"fg/js/util.js",
+ "fg/js/popup-proxy-host.js",
"fg/js/frontend.js"
],
"css": ["fg/css/client.css"],