diff options
| author | Phil Crosby | 2010-03-07 18:38:50 -0800 |
|---|---|---|
| committer | Phil Crosby | 2010-03-07 22:50:32 -0800 |
| commit | fa837a226502cc5eb0f245b62b359b8ee68ac23e (patch) | |
| tree | 0d615bcb075deb154ac8120f8610d626d7f060e7 /manifest.json | |
| parent | 25a813129b28a622ec17e139afedca8bc53305c8 (diff) | |
| download | vimium-fa837a226502cc5eb0f245b62b359b8ee68ac23e.tar.bz2 | |
Move some of the keyboard-translation code into another file.
This keeps things tidy and will allow this code to be accessed from the Options page.
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index c07b819c..e0604221 100644 --- a/manifest.json +++ b/manifest.json @@ -10,9 +10,10 @@ "content_scripts": [ { "matches": ["http://*/*", "https://*/*"], - "js": ["vimiumFrontend.js", + "js": ["lib/keyboardUtils.js", + "lib/clipboard.js", "linkHints.js", - "lib/clipboard.js" + "vimiumFrontend.js" ], "run_at": "document_start" } |
