summaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-02-12 23:03:15 -0500
committerGitHub <noreply@github.com>2021-02-12 23:03:15 -0500
commit4053d9b2fac82108f701788c511aedaf988de4c5 (patch)
tree0076ba6c17234651788b1e8421b5d71a9e33cb8d /ext/manifest.json
parent4f13de283572b2c57e7462f1030c12fe8335882e (diff)
Move html files (#1375)
* Move background.html to / * Move context.html to / * Move info.html to / * Move legal.html to / * Move permissions.html to / * Move pitch-accents-preview.html to / * Move popup-preview.html to / * Move search.html to / * Move settings.html to / * Move settings2.html to / * Move template-renderer.html to / * Move welcome.html to / * Move float.html to / * Move display-templates.html to /
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index 55535feb..233df081 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -24,10 +24,10 @@
"128": "images/icon128.png"
},
"default_title": "Yomichan",
- "default_popup": "bg/context.html"
+ "default_popup": "context.html"
},
"background": {
- "page": "bg/background.html",
+ "page": "background.html",
"persistent": true
},
"content_scripts": [
@@ -65,12 +65,12 @@
],
"minimum_chrome_version": "57.0.0.0",
"options_ui": {
- "page": "bg/settings2.html",
+ "page": "settings.html",
"open_in_tab": true
},
"sandbox": {
"pages": [
- "bg/template-renderer.html"
+ "template-renderer.html"
],
"content_security_policy": "sandbox allow-scripts; default-src 'self'; script-src 'self' 'unsafe-eval'"
},
@@ -110,8 +110,8 @@
}
},
"web_accessible_resources": [
- "fg/float.html",
- "bg/template-renderer.html"
+ "float.html",
+ "template-renderer.html"
],
"content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline'; media-src *; connect-src *"
}