summaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-24 20:04:14 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-24 20:04:14 -0700
commit62c2120286ddc39110b8ab01c4248ab5a8604b66 (patch)
tree788b47bd1b554c70ac718a77731da6039601500b /ext/manifest.json
parent46a2f0e87b8467cb5efa1924a977bce2dbd7c819 (diff)
Use KanjiStrokeOrders
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json13
1 files changed, 9 insertions, 4 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index 639ad921..0fe4139a 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -17,10 +17,15 @@
}
},
- "background": {"page": "bg/background.html"},
- "options_page": "bg/options.html",
- "permissions": ["storage"],
- "web_accessible_resources": ["fg/css/frame.css", "fg/js/frame.js"],
+ "background": {"page": "bg/background.html"},
+ "options_page": "bg/options.html",
+ "permissions": ["storage"],
+
+ "web_accessible_resources": [
+ "fg/css/frame.css",
+ "fg/js/frame.js",
+ "fg/ttf/kanji-stroke-orders.ttf"
+ ],
"content_scripts": [{
"matches": ["*://*/*"],