From 1d5d476ce0c535c1344cf54958f8f48c5704bf94 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Wed, 17 Aug 2022 04:30:08 +0200 Subject: recipes: add initial Discourse service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://github.com/ferdium/ferdium-recipes/issues/149 Signed-off-by: Maciej Barć --- recipes/discourse/icon.svg | 86 ++++++++++++++++++++++++++++++++++++++++++ recipes/discourse/index.js | 1 + recipes/discourse/package.json | 14 +++++++ recipes/discourse/webview.js | 1 + 4 files changed, 102 insertions(+) create mode 100644 recipes/discourse/icon.svg create mode 100644 recipes/discourse/index.js create mode 100644 recipes/discourse/package.json create mode 100644 recipes/discourse/webview.js (limited to 'recipes') diff --git a/recipes/discourse/icon.svg b/recipes/discourse/icon.svg new file mode 100644 index 0000000..74921fe --- /dev/null +++ b/recipes/discourse/icon.svg @@ -0,0 +1,86 @@ + + + + + + + + + Discourse_logo + + + + + + + + + + + + + + Discourse_logo + + + + diff --git a/recipes/discourse/index.js b/recipes/discourse/index.js new file mode 100644 index 0000000..dd41f72 --- /dev/null +++ b/recipes/discourse/index.js @@ -0,0 +1 @@ +module.exports = Ferdium => Ferdium; diff --git a/recipes/discourse/package.json b/recipes/discourse/package.json new file mode 100644 index 0000000..2b33d15 --- /dev/null +++ b/recipes/discourse/package.json @@ -0,0 +1,14 @@ +{ + "id": "discourse", + "name": "Discourse", + "version": "1.0.0", + "license": "MIT", + "aliases": [], + "config": { + "serviceURL": "https://meta.discourse.org/", + "hasCustomUrl": true, + "message": "Discourse's default URL is https://meta.discourse.org/", + "hasNotificationSound": true, + "hasIndirectMessages": true + } +} diff --git a/recipes/discourse/webview.js b/recipes/discourse/webview.js new file mode 100644 index 0000000..dd41f72 --- /dev/null +++ b/recipes/discourse/webview.js @@ -0,0 +1 @@ +module.exports = Ferdium => Ferdium; -- cgit v1.2.3-54-g00ecf