aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorJez Ng2012-10-26 13:27:37 -0400
committerJez Ng2012-10-29 18:28:46 -0400
commitaeb455a577c0a20684f357ff737203b5cb419cd4 (patch)
tree184db85bb1569360854c4c2814634f1c580efe9b /manifest.json
parent76622cd99cf671531cfa21c5d6243f3e4e185116 (diff)
downloadvimium-aeb455a577c0a20684f357ff737203b5cb419cd4.tar.bz2
Implement marks.
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
index 42fb705e..04b97c1a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -13,6 +13,7 @@
"lib/clipboard.js",
"background_scripts/settings.js",
"background_scripts/completion.js",
+ "background_scripts/marks.js",
"background_scripts/main.js"
]
},
@@ -35,6 +36,7 @@
"content_scripts/link_hints.js",
"content_scripts/vomnibar.js",
"content_scripts/scroller.js",
+ "content_scripts/marks.js",
"content_scripts/vimium_frontend.js"
],
"css": ["vimium.css"],