diff --git a/recipes/bale/icon.svg b/recipes/bale/icon.svg new file mode 100644 index 000000000..6f2926b9c --- /dev/null +++ b/recipes/bale/icon.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/recipes/bale/index.js b/recipes/bale/index.js new file mode 100644 index 000000000..dd41f7287 --- /dev/null +++ b/recipes/bale/index.js @@ -0,0 +1 @@ +module.exports = Ferdium => Ferdium; diff --git a/recipes/bale/package.json b/recipes/bale/package.json new file mode 100644 index 000000000..3b486ab75 --- /dev/null +++ b/recipes/bale/package.json @@ -0,0 +1,9 @@ +{ + "id": "bale", + "name": "Bale", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://web.bale.ai/" + } +} diff --git a/recipes/bale/webview.js b/recipes/bale/webview.js new file mode 100644 index 000000000..2a81dec32 --- /dev/null +++ b/recipes/bale/webview.js @@ -0,0 +1,16 @@ +function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { default: obj }; +} + +const _path = _interopRequireDefault(require('path')); + +module.exports = Ferdium => { + // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges + // const getMessages = () => { + // // TODO: Insert your notification-finding code here + // Ferdium.setBadge(0, 0); + // }; + // Ferdium.loop(getMessages); + + Ferdium.injectCSS(_path.default.join(__dirname, 'service.css')); +}; diff --git a/recipes/eitaa/icon.svg b/recipes/eitaa/icon.svg new file mode 100644 index 000000000..646ffe84a --- /dev/null +++ b/recipes/eitaa/icon.svg @@ -0,0 +1,28 @@ + + + + + + + diff --git a/recipes/eitaa/index.js b/recipes/eitaa/index.js new file mode 100644 index 000000000..dd41f7287 --- /dev/null +++ b/recipes/eitaa/index.js @@ -0,0 +1 @@ +module.exports = Ferdium => Ferdium; diff --git a/recipes/eitaa/package.json b/recipes/eitaa/package.json new file mode 100644 index 000000000..710a41e71 --- /dev/null +++ b/recipes/eitaa/package.json @@ -0,0 +1,9 @@ +{ + "id": "eitaa", + "name": "Eitaa", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://web.eitaa.com/" + } +} diff --git a/recipes/eitaa/webview.js b/recipes/eitaa/webview.js new file mode 100644 index 000000000..2a81dec32 --- /dev/null +++ b/recipes/eitaa/webview.js @@ -0,0 +1,16 @@ +function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { default: obj }; +} + +const _path = _interopRequireDefault(require('path')); + +module.exports = Ferdium => { + // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges + // const getMessages = () => { + // // TODO: Insert your notification-finding code here + // Ferdium.setBadge(0, 0); + // }; + // Ferdium.loop(getMessages); + + Ferdium.injectCSS(_path.default.join(__dirname, 'service.css')); +};