start cert viewer

This commit is contained in:
idk
2020-03-05 23:25:08 -05:00
parent 8e6832cf6c
commit 8c40a01b2f
7 changed files with 159 additions and 19 deletions

View File

@@ -153,7 +153,7 @@ var contextSetup = function(requestDetails) {
browser.tabs.remove(tabId.id);
}
browser.pageAction.setPopup({
tabId: tabId[0].id,
tabId: tabId.id,
popup: "security.html"
});
browser.pageAction.show(tabId.id);