diff options
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 233df081..c8178143 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -24,7 +24,7 @@ "128": "images/icon128.png" }, "default_title": "Yomichan", - "default_popup": "context.html" + "default_popup": "action-popup.html" }, "background": { "page": "background.html", @@ -110,7 +110,7 @@ } }, "web_accessible_resources": [ - "float.html", + "popup.html", "template-renderer.html" ], "content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline'; media-src *; connect-src *" |