diff options
Diffstat (limited to 'dev')
-rw-r--r-- | dev/data/manifest-variants.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index 7e7c6566..3bb17029 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -25,10 +25,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": [ @@ -66,12 +66,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'" }, @@ -111,8 +111,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 *" }, @@ -174,7 +174,7 @@ {"action": "move", "path": ["web_accessible_resources_old"], "newPath": ["web_accessible_resources", 0, "resources"]} ], "excludeFiles": [ - "bg/background.html", + "background.html", "bg/js/native-simple-dom-parser.js" ] }, @@ -185,7 +185,7 @@ { "action": "remove", "path": ["web_accessible_resources"], - "item": "bg/template-renderer.html" + "item": "template-renderer.html" }, { "action": "delete", |