bookmarklets: add more info link
This commit is contained in:
parent
8819272db1
commit
cee76f4d49
|
@ -5,7 +5,9 @@ class Bookmarklets extends Plugin {
|
||||||
function about() {
|
function about() {
|
||||||
return array(1.0,
|
return array(1.0,
|
||||||
"Easy feed subscription and web page sharing using bookmarklets",
|
"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) {
|
function init($host) {
|
||||||
|
|
Loading…
Reference in New Issue