diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 305eb67..f4b0e75 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Vim Vixen", "description": "Vim Vixen", - "version": "0.11", + "version": "0.12", "icons": { "48": "resources/icon_48x48.png", "96": "resources/icon_96x96.png" @@ -31,7 +31,9 @@ "sessions", "storage", "tabs", - "clipboardRead" + "clipboardRead", + "notifications", + "bookmarks" ], "web_accessible_resources": [ "build/console.html", @@ -39,5 +41,11 @@ ], "options_ui": { "page": "build/settings.html" + }, + "browser_action": { + "default_icon": { + "32": "resources/enabled_32x32.png" + }, + "default_title": "Vim Vixen" } } |