aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/proton-drive/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/proton-drive/webview.js')
-rwxr-xr-xrecipes/proton-drive/webview.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/proton-drive/webview.js b/recipes/proton-drive/webview.js
new file mode 100755
index 0000000..c27c226
--- /dev/null
+++ b/recipes/proton-drive/webview.js
@@ -0,0 +1,10 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
9 Ferdium.injectJSUnsafe(_path.default.join(__dirname, 'webview-unsafe.js'));
10};