summaryrefslogtreecommitdiff
path: root/src/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/manifest.json b/src/manifest.json
index 502b8b0..b230c6c 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -89,6 +89,13 @@
"content/webglHook.js",
"content/media.js"
]
+ },
+ {
+ "run_at": "document_start",
+ "matches": ["ftp://*/*"],
+ "js": [
+ "content/ftp.js"
+ ]
}
],