diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-08-14 19:55:04 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-08-14 19:55:04 -0700 |
commit | 82863cd86156d48b9f18dc10a560bedb82641862 (patch) | |
tree | c31e760ab960d5b4c3def5a313e8cf0fb9277612 /ext/manifest.json | |
parent | 8b50dfe1e9a8be7b8d2a7c69b25bc04babfc1c0c (diff) |
renaming files
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index ee3bd2ac..a8b68bfb 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -7,7 +7,7 @@ "icons": {"16": "mixed/img/icon16.png", "48": "mixed/img/icon48.png", "128": "mixed/img/icon128.png"}, "browser_action": { "default_icon": {"19": "mixed/img/icon19.png", "38": "mixed/img/icon38.png"}, - "default_popup": "bg/popup.html" + "default_popup": "bg/context.html" }, "author": "Alex Yatskov", @@ -20,7 +20,6 @@ "fg/js/popup.js", "fg/js/source.js", "fg/js/util.js", - "fg/js/frontend.js" ], "css": ["fg/css/client.css"] @@ -48,7 +47,7 @@ "description": "Open search window" } }, - "web_accessible_resources": ["fg/frame.html"], + "web_accessible_resources": ["fg/float.html"], "applications": { "gecko": { "id": "yomichan-live@foosoft.net", |