aboutsummaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index 3edc8fa6..bbdf6a80 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -5,7 +5,10 @@
"description": "Japanese dictionary with Anki integration",
"icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"},
- "browser_action": {"default_icon": {"19": "img/icon19.png", "38": "img/icon38.png"}},
+ "browser_action": {
+ "default_icon": {"19": "img/icon19.png", "38": "img/icon38.png"},
+ "default_popup": "bg/popup.html"
+ },
"author": "Alex Yatskov",
"background": {"page": "bg/background.html"},