aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorPhil Crosby2010-03-07 18:38:50 -0800
committerPhil Crosby2010-03-07 22:50:32 -0800
commitfa837a226502cc5eb0f245b62b359b8ee68ac23e (patch)
tree0d615bcb075deb154ac8120f8610d626d7f060e7 /manifest.json
parent25a813129b28a622ec17e139afedca8bc53305c8 (diff)
downloadvimium-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.json5
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"
}