1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:15:55 +00:00

bookmarklets: add more info link

This commit is contained in:
Andrew Dolgov
2019-02-26 08:15:58 +03:00
parent 8819272db1
commit cee76f4d49

View File

@@ -5,7 +5,9 @@ class Bookmarklets extends Plugin {
function about() {
return array(1.0,
"Easy feed subscription and web page sharing using bookmarklets",
"fox");
"fox",
false,
"https://git.tt-rss.org/fox/tt-rss/wiki/ShareAnything");
}
function init($host) {