diff --git a/extensions.json b/extensions.json index 002ec5f..1433d1c 100644 --- a/extensions.json +++ b/extensions.json @@ -1,6 +1,17 @@ { "version": 0.1, "extensions": [ + { + "name": "Always togglable menu", + "author": "nicofrand", + "description": "This makes the icon to toggle the menu always shown, even on larger screens.", + "version": 1.1, + "entrypoint": "TogglableMenu", + "type": "user", + "url": "https://framagit.org/nicofrand/xextension-togglablemenu", + "method": "git", + "directory": "." + }, { "name": "Auto Refresh", "author": "Essa AlAwadi", @@ -353,6 +364,17 @@ "method": "git", "directory": "xExtension-ThemeModeSynchronizer" }, + { + "name": "ThreePanesView", + "author": "nicofrand", + "description": "Adds a third vertical pane along the articles list, to display the articles content.", + "version": 1.13, + "entrypoint": "ThreePanesView", + "type": "user", + "url": "https://framagit.org/nicofrand/xextension-threepanesview", + "method": "git", + "directory": "." + }, { "name": "TinyTinyRSS API", "author": "Marien Fressinaud",