From 8143e372cdb61012ec8683feb01688adfa39dde1 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 24 Apr 2016 16:48:30 -0700 Subject: Stub handler for kanji click --- ext/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/manifest.json') diff --git a/ext/manifest.json b/ext/manifest.json index e766c140..639ad921 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -20,7 +20,7 @@ "background": {"page": "bg/background.html"}, "options_page": "bg/options.html", "permissions": ["storage"], - "web_accessible_resources": ["fg/css/frame.css", "fg/css/frame.js"], + "web_accessible_resources": ["fg/css/frame.css", "fg/js/frame.js"], "content_scripts": [{ "matches": ["*://*/*"], -- cgit v1.2.3