From cb6667e66213df408aab373733c7f4398ce098e2 Mon Sep 17 00:00:00 2001 From: Nicolas Frandeboeuf Date: Tue, 19 Feb 2019 20:33:17 +0100 Subject: [PATCH] Add ThreePanesView extension --- extensions.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/extensions.json b/extensions.json index 7f31357..1e88e92 100644 --- a/extensions.json +++ b/extensions.json @@ -120,6 +120,14 @@ "author": "Lapineige", "url": "https://framagit.org/Lapineige/FreshRSS_Extension-ReadingTime/", "type": "gh-subdirectory" + }, + { + "name": "ThreePanesView", + "version": 1.2, + "description": "Adds a third vertical pane along the articles list, to display the articles content.", + "author": "Nicolas Frandeboeuf", + "url": "https://framagit.org/nicofrand/xextension-threepanesview", + "type": "gh-subdirectory" } ] }