aboutsummaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
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": ["*://*/*"],