aboutsummaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-02-28 20:23:29 -0800
committerAlex Yatskov <alex@foosoft.net>2017-02-28 20:23:29 -0800
commite326b02898d348ae320a7c4d1737ead99805489c (patch)
tree3722c8ab3983d7670146880a3c5c6fb8ea862881 /ext/manifest.json
parent5b66afde74422c1beac8cf3e25b5aa879c976555 (diff)
fix various issues related to scanning form fields1.0.17
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index 2d820c7d..3edc8fa6 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Yomichan",
- "version": "1.0.16",
+ "version": "1.0.17",
"description": "Japanese dictionary with Anki integration",
"icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"},
@@ -10,7 +10,7 @@
"author": "Alex Yatskov",
"background": {"page": "bg/background.html"},
"content_scripts": [{
- "matches": ["*://*/*", "file://*/*"],
+ "matches": ["http://*/*", "https://*/*", "file://*/*"],
"js": [
"fg/js/gecko.js",
"fg/js/source-range.js",