summaryrefslogtreecommitdiff
path: root/dev/data/manifest-variants.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-02-12 23:23:26 -0500
committerGitHub <noreply@github.com>2021-02-12 23:23:26 -0500
commitd5964ee4d45c95526ad95df300609d6095fc570d (patch)
tree5c3b9adbcccb9b40107e864bb271e4eaef832267 /dev/data/manifest-variants.json
parentdaea80942c7a89b43c6aa4579cbc2fa0f198b0b0 (diff)
Rename html files (#1377)
* Rename context.html to action-popup.html * Rename float.html to popup.html
Diffstat (limited to 'dev/data/manifest-variants.json')
-rw-r--r--dev/data/manifest-variants.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json
index 3bb17029..9d7c74d4 100644
--- a/dev/data/manifest-variants.json
+++ b/dev/data/manifest-variants.json
@@ -25,7 +25,7 @@
"128": "images/icon128.png"
},
"default_title": "Yomichan",
- "default_popup": "context.html"
+ "default_popup": "action-popup.html"
},
"background": {
"page": "background.html",
@@ -111,7 +111,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 *"