diff --git a/README.md b/README.md index 23e7170..ff8a5a4 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ There are some FreshRSS extensions out there, developed by community members: ### By [Nicolas Frandeboeuf](https://framagit.org/nicofrand) * [ThreePanesView](https://framagit.org/nicofrand/xextension-threepanesview): [Adds a third vertical pane along the articles list, to display the articles content](https://nicofrand.eu/freshrss-extension-threepanesview/). -* [TogglableMenu](https://framagit.org/nicofrand/xextension-togglablemenu): Makes the menu always togglable, even on larger screens. ### By [@Lapineige](https://github.com/lapineige), [@hkcomori](https://github.com/hkcomori) diff --git a/extensions.json b/extensions.json index 44a2e2c..b3cef94 100644 --- a/extensions.json +++ b/extensions.json @@ -12,17 +12,6 @@ "method": "git", "directory": "." }, - { - "name": "Always togglable menu", - "author": "nicofrand", - "description": "This makes the icon to toggle the menu always shown, even on larger screens.", - "version": "1.2", - "entrypoint": "TogglableMenu", - "type": "user", - "url": "https://framagit.org/nicofrand/xextension-togglablemenu", - "method": "git", - "directory": "." - }, { "name": "ArticleSummary", "author": "Liang", diff --git a/repositories.json b/repositories.json index 8c8e135..f9feb6e 100644 --- a/repositories.json +++ b/repositories.json @@ -25,9 +25,6 @@ }, { "url": "https://framagit.org/nicofrand/xextension-threepanesview", "type": "git" -}, { - "url": "https://framagit.org/nicofrand/xextension-togglablemenu", - "type": "git" }, { "url": "https://github.com/Korbak/freshrss-invidious", "type": "git"