1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 04:26:35 +02:00

Added link to FAQ

For #106
This commit is contained in:
kkapsner 2020-03-22 16:33:22 +01:00
parent 7cfc43194a
commit 1fb7f7991b
4 changed files with 112 additions and 1 deletions

View file

@ -26,6 +26,13 @@
}
}
},
{
label: "faq",
icon: browser.extension.getURL("icons/browserAction-faq.svg"),
action: function(){
window.open("https://canvasblocker.kkapsner.de/faq/", "_blank");
}
},
{
label: "test",
advanced: true,