From 5d80e614e77732a441c6ac63e0a118cb84277bf7 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Sat, 2 Dec 2017 12:13:56 +0100 Subject: [PATCH] added first draft of the extensions.json file --- extensions.json | 61 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 extensions.json diff --git a/extensions.json b/extensions.json new file mode 100644 index 0000000..e1f02f6 --- /dev/null +++ b/extensions.json @@ -0,0 +1,61 @@ +{ + "version": 0.1, + "extensions": [ + { + "name": "CustomCSS", + "description": "A FreshRSS extension which give ability to create user-specific CSS rules to apply in addition of the actual theme", + "version": 0.1, + "author": "Marien Fressinaud", + "url": "https://github.com/FreshRSS/Extensions", + "type": "gh-subdirectory" + }, + { + "name": "CustomJS", + "description": "A FreshRSS extension which give ability to create user-specific Javascript rules to apply in addition of the actual theme", + "version": 0.1, + "author": "₣rans de Jonge", + "url": "https://github.com/FreshRSS/Extensions", + "type": "gh-subdirectory" + }, + { + "name": "ImageProxy", + "description": "No insecure content warnings or disappearing images on https sites", + "version": 0.3, + "author": "₣rans de Jonge", + "url": "https://github.com/FreshRSS/Extensions", + "type": "gh-subdirectory" + }, + { + "name": "StickyFeeds", + "description": "Set the feed aside in the main stream following the window scroll", + "version": 0.1, + "author": "Marien Fressinaud", + "url": "https://github.com/FreshRSS/Extensions", + "type": "gh-subdirectory" + }, + { + "name": "TTRSS_API", + "description": "Provides an API compliant with TinyTinyRSS applications", + "version": 0.1, + "author": "Marien Fressinaud", + "url": "https://github.com/FreshRSS/Extensions", + "type": "gh-subdirectory" + }, + { + "name": "YouTube", + "description": "Display videos from YouTube feeds inline", + "version": 0.2, + "author": "Kevin Papst", + "url": "https://github.com/kevinpapst/freshrss-youtube", + "type": "gh-subdirectory" + }, + { + "name": "Dilbert", + "description": "Embeds the Dilbert daily comic strip in your feed items", + "version": 0.1, + "author": "Kevin Papst", + "url": "https://github.com/kevinpapst/freshrss-dilbert", + "type": "gh-subdirectory" + } + ] +} \ No newline at end of file