diff --git a/manifest.json b/manifest.json index e50f4a8..d82e967 100644 --- a/manifest.json +++ b/manifest.json @@ -9,6 +9,8 @@ "theme", "alarms", "browsingData", + "bookmarks", + "contextMenus", "management", "notifications", "proxy", @@ -19,6 +21,7 @@ "webRequestBlocking", "contextualIdentities", "cookies", + "history", "tabs", "" ], @@ -36,6 +39,13 @@ "default_title": "__MSG_extensionName__", "default_popup": "window.html" }, + "sidebar_action": { + "browser_style": true, + "default_icon": "icons/i2plogo.png", + "default_title": "__MSG_toopieName__", + "default_panel": "toopie.html", + "open_at_install": false + }, "page_action": { "browser_style": true, "default_title": "__MSG_toopieTLS__", @@ -76,5 +86,17 @@ "bookmarks.js" ] }, + "protocol_handlers": [ + { + "protocol": "ext+rc", + "name": "RouterConsole", + "uriTemplate": "http://127.0.0.1:7657/%s" + }, + { + "protocol": "magnet", + "name": "I2PTorrent", + "uriTemplate": "http://127.0.0.1:7657/i2psnark/?nofilter_newURL=%s&action=Add&foo=Add+torrent" + } + ], "default_locale": "en" }