diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-01 20:49:46 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-01 20:49:46 -0800 |
commit | 95cf7a784f2212d21f9808d4cde43476b349e89e (patch) | |
tree | 693d969458eeebbe55bd85ad3a2d3fa8e37bd186 /ext/manifest.json | |
parent | 4c0ed9c2922dbd82cae8e844fa33bbc3d96a6cf4 (diff) |
wip on browser action button
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 5 |
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"}, |