From aa6a9a0da87254505db77e096a6893d5b7f9bdec Mon Sep 17 00:00:00 2001 From: idk Date: Thu, 30 Sep 2021 18:00:30 -0400 Subject: [PATCH] Make changes to allow upstream to manage android containers as well, but do not change manifest.json because we need all the entries for desktop firefox. --- manifest.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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" }