aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/localazy/webview.js
diff options
context:
space:
mode:
authorLibravatar vaclavhodek <vaclav.hodek@lwi.cz>2023-05-27 03:01:58 +0200
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2023-05-27 06:50:49 +0530
commitf77dc60215f74c5b4578425a7fe9137f923b1c89 (patch)
tree8c39020df988172ce637e4ead6e59a646045794e /recipes/localazy/webview.js
parentUpdate to logos for Proton services (#375) (diff)
downloadferdium-recipes-f77dc60215f74c5b4578425a7fe9137f923b1c89.tar.gz
ferdium-recipes-f77dc60215f74c5b4578425a7fe9137f923b1c89.tar.zst
ferdium-recipes-f77dc60215f74c5b4578425a7fe9137f923b1c89.zip
Add Localazy service recipe (#373)
Diffstat (limited to 'recipes/localazy/webview.js')
-rw-r--r--recipes/localazy/webview.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/localazy/webview.js b/recipes/localazy/webview.js
new file mode 100644
index 0000000..56a20b6
--- /dev/null
+++ b/recipes/localazy/webview.js
@@ -0,0 +1,9 @@
1const _path = _interopRequireDefault(require('path'));
2
3function _interopRequireDefault(obj) {
4 return obj && obj.__esModule ? obj : { default: obj };
5}
6
7module.exports = Ferdium => {
8 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
9};