From 3c47f9a2876d2cce65e031f4f569554848c65013 Mon Sep 17 00:00:00 2001 From: langdon Date: Sat, 23 Jul 2022 23:41:29 -0400 Subject: adding a recipe for 'tick' (https://tickspot.com) (#132) --- recipes/tick/webview.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/tick/webview.js (limited to 'recipes/tick/webview.js') diff --git a/recipes/tick/webview.js b/recipes/tick/webview.js new file mode 100644 index 0000000..8101672 --- /dev/null +++ b/recipes/tick/webview.js @@ -0,0 +1,11 @@ +const _path = _interopRequireDefault(require('path')); + +function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { default: obj }; +} + +module.exports = Ferdium => { + // TODO: not sure what "notify" would be useful for this app + + Ferdium.injectCSS(_path.default.join(__dirname, 'service.css')); +}; -- cgit v1.2.3-70-g09d2