aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json
index d9ff113..85dde71 100644
--- a/manifest.json
+++ b/manifest.json
@@ -38,10 +38,6 @@
"open_in_tab": true
},
"web_accessible_resources": [
- "/common/connection_types.mjs",
- "/common/once.mjs",
- "/common/browser.mjs",
- "/content/page_actions.mjs"
],
"background": {
"page": "background/background.html"
@@ -53,6 +49,9 @@
"match_about_blank": true,
"all_frames": true,
"js": [
+ "common/browser.js",
+ "common/connection_types.js",
+ "content/page_actions.js",
"content/main.js"
]
}