aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorStephen Blott2015-05-10 15:19:25 +0100
committerStephen Blott2015-05-10 15:54:42 +0100
commit6b52c9e6397ac0a040c1bd46b7e6825a0a8415d2 (patch)
treebfd7281a66e456f50892251c59c0a6c473c4fc72 /manifest.json
parent8493811a4279950194cc8b1f5941cf9730cda1f0 (diff)
downloadvimium-6b52c9e6397ac0a040c1bd46b7e6825a0a8415d2.tar.bz2
Search completion; move completion engines to their own file.
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
index 195d16c8..7abd7738 100644
--- a/manifest.json
+++ b/manifest.json
@@ -15,6 +15,7 @@
"background_scripts/settings.js",
"background_scripts/exclusions.js",
"background_scripts/completion_engines.js",
+ "background_scripts/completion_search.js",
"background_scripts/completion.js",
"background_scripts/marks.js",
"background_scripts/main.js"