aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 96fa9ba7..b134ceaa 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Vimium",
- "version": "1.43",
+ "version": "1.45",
"description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.",
"icons": { "16": "icons/icon16.png",
"48": "icons/icon48.png",
@@ -11,6 +11,7 @@
"lib/utils.js",
"background_scripts/commands.js",
"lib/clipboard.js",
+ "background_scripts/sync.js",
"background_scripts/settings.js",
"background_scripts/completion.js",
"background_scripts/marks.js",
@@ -23,6 +24,7 @@
"bookmarks",
"history",
"clipboardRead",
+ "storage",
"<all_urls>"
],
"content_scripts": [
@@ -42,6 +44,11 @@
"css": ["content_scripts/vimium.css"],
"run_at": "document_start",
"all_frames": true
+ },
+ {
+ "matches": ["file://*"],
+ "css": ["content_scripts/file_urls.css"],
+ "run_at": "document_start"
}
],
"browser_action": {