diff options
| author | Stephen Blott | 2015-05-10 15:19:25 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-05-10 15:54:42 +0100 | 
| commit | 6b52c9e6397ac0a040c1bd46b7e6825a0a8415d2 (patch) | |
| tree | bfd7281a66e456f50892251c59c0a6c473c4fc72 /manifest.json | |
| parent | 8493811a4279950194cc8b1f5941cf9730cda1f0 (diff) | |
| download | vimium-6b52c9e6397ac0a040c1bd46b7e6825a0a8415d2.tar.bz2 | |
Search completion; move completion engines to their own file.
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 1 | 
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"  | 
