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