diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-12 23:23:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 23:23:26 -0500 |
commit | d5964ee4d45c95526ad95df300609d6095fc570d (patch) | |
tree | 5c3b9adbcccb9b40107e864bb271e4eaef832267 /ext/manifest.json | |
parent | daea80942c7a89b43c6aa4579cbc2fa0f198b0b0 (diff) |
Rename html files (#1377)
* Rename context.html to action-popup.html
* Rename float.html to popup.html
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 *" |