aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/anonaddy
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/anonaddy')
-rw-r--r--recipes/anonaddy/package.json2
-rw-r--r--recipes/anonaddy/webview.js9
2 files changed, 10 insertions, 1 deletions
diff --git a/recipes/anonaddy/package.json b/recipes/anonaddy/package.json
index 19c7b68..4ed88f2 100644
--- a/recipes/anonaddy/package.json
+++ b/recipes/anonaddy/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "anonaddy", 2 "id": "anonaddy",
3 "name": "AnonAddy", 3 "name": "AnonAddy",
4 "version": "1.2.0", 4 "version": "1.2.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://app.anonaddy.com/" 7 "serviceURL": "https://app.anonaddy.com/"
diff --git a/recipes/anonaddy/webview.js b/recipes/anonaddy/webview.js
new file mode 100644
index 0000000..46366f4
--- /dev/null
+++ b/recipes/anonaddy/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}; \ No newline at end of file