diff --git a/extensions.json b/extensions.json index e1f02f6..8ef26ba 100644 --- a/extensions.json +++ b/extensions.json @@ -56,6 +56,62 @@ "author": "Kevin Papst", "url": "https://github.com/kevinpapst/freshrss-dilbert", "type": "gh-subdirectory" + }, + { + "name": "FixedNavMenu", + "description": "Sets the position of the navigation menu to fixed when scrolling down", + "version": 0.1, + "author": "Marco Heizmann", + "url": "https://github.com/oyox/FreshRSS-extensions", + "type": "gh-subdirectory" + }, + { + "name": "KeepFolderState", + "description": "Stores the state of the folders locally and expand them automatically if necessary", + "version": 0.1, + "author": "Marco Heizmann", + "url": "https://github.com/oyox/FreshRSS-extensions", + "type": "gh-subdirectory" + }, + { + "name": "MobileScrollMenu", + "description": "Automatically hides the header menu on mobile phones, when scrolling down and shows it when scrolling up", + "version": 0.2, + "author": "Marco Heizmann", + "url": "https://github.com/oyox/FreshRSS-extensions", + "type": "gh-subdirectory" + }, + { + "name": "SmartMobileMenu", + "description": "Minimizes the required button space and groups buttons", + "version": 0.1, + "author": "Marco Heizmann", + "url": "https://github.com/oyox/FreshRSS-extensions", + "type": "gh-subdirectory" + }, + { + "name": "TouchControl", + "description": "Add touch gestures to FreshRSS", + "version": 0.2, + "author": "Marco Heizmann", + "url": "https://github.com/oyox/FreshRSS-extensions", + "type": "gh-subdirectory" + }, + { + "name": "AutoRefresh", + "description": "Automatically refreshes the RSS feed when there is no activity", + "version": 1.0, + "author": "Essa AlAwadi", + "url": "https://github.com/Eisa01/FreshRSS---Auto-Refresh-Extension", + "type": "gh-subdirectory" + }, + { + "name": "RedditImage", + "description": "Replace the link to the Reddit topic with the link to the resource", + "version": 0.1, + "author": "Alexis Degrugillier", + "url": "https://github.com/aledeg/FreshRSS-extensions", + "type": "gh-subdirectory" } ] } \ No newline at end of file