From 6c0449e4e524f26d392c84ea0dcab8d43d19f042 Mon Sep 17 00:00:00 2001 From: Bennett Date: Sun, 4 Oct 2020 16:38:36 +0200 Subject: Add OneNote --- recipes/onenote/webview.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/onenote/webview.js (limited to 'recipes/onenote/webview.js') diff --git a/recipes/onenote/webview.js b/recipes/onenote/webview.js new file mode 100644 index 0000000..ddd0b40 --- /dev/null +++ b/recipes/onenote/webview.js @@ -0,0 +1,15 @@ +"use strict"; + +var _path = _interopRequireDefault(require("path")); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +module.exports = Ferdi => { + const getMessages = function getMessages() { + // TODO: Insert your notification-finding code here + Ferdi.setBadge(0, 0); + }; + + Ferdi.loop(getMessages); + Ferdi.injectCSS(_path.default.join(__dirname, 'service.css')); +}; -- cgit v1.2.3-70-g09d2