From cee76f4d4923ba3c904bfb1114cdc02eee88d38d Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <noreply@fakecake.org>
Date: Tue, 26 Feb 2019 08:15:58 +0300
Subject: [PATCH] bookmarklets: add more info link

---
 plugins/bookmarklets/init.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/plugins/bookmarklets/init.php b/plugins/bookmarklets/init.php
index 9669afefe..3b13ef10d 100644
--- a/plugins/bookmarklets/init.php
+++ b/plugins/bookmarklets/init.php
@@ -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) {
-- 
GitLab