aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/outreach
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/outreach')
-rw-r--r--recipes/outreach/icon.svg13
-rw-r--r--recipes/outreach/index.js1
-rw-r--r--recipes/outreach/package.json9
-rw-r--r--recipes/outreach/webview.js9
4 files changed, 32 insertions, 0 deletions
diff --git a/recipes/outreach/icon.svg b/recipes/outreach/icon.svg
new file mode 100644
index 0000000..c3214c5
--- /dev/null
+++ b/recipes/outreach/icon.svg
@@ -0,0 +1,13 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Generator: Adobe Illustrator 27.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<svg version="1.1" id="layer" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4 viewBox="0 0 652 652" style="enable-background:new 0 0 652 652;" xml:space="preserve">
5<style type="text/css">
6 .st0{fill:#5952FF;}
7</style>
8<path class="st0" d="M289.6,18.7c100,0,250.5,31,321.1,101.1c17.9,17.9,41.3,52.7,41.3,104.3c0,91.3-73.3,230.9-153.8,312.4
9 c-41.8,41.8-108.1,96.7-197.8,96.7c-87.5,0-154.3-59.8-173.3-78.8C53.2,480,0,367.6,0,262.2c0-66.3,19-124.4,66.8-172.8
10 C111.4,44.3,188,18.7,289.6,18.7z M413.5,382.2c33.7-33.7,42.9-75.5,42.9-98.3c0-16.8-4.3-41.3-25-61.9
11 c-32.1-32.1-66.8-40.7-105.4-40.7c-48.4,0-81,15.2-102.7,36.9c-16.8,16.8-31.5,43.5-31.5,81s19.6,73.3,41.3,95.1
12 c20.1,20.1,51.1,34.8,83.1,34.8S379.8,415.9,413.5,382.2z"/>
13</svg>
diff --git a/recipes/outreach/index.js b/recipes/outreach/index.js
new file mode 100644
index 0000000..f22ca89
--- /dev/null
+++ b/recipes/outreach/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => class Outreach extends Ferdium {};
diff --git a/recipes/outreach/package.json b/recipes/outreach/package.json
new file mode 100644
index 0000000..554a127
--- /dev/null
+++ b/recipes/outreach/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "outreach",
3 "name": "Outreach",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://accounts.outreach.io/users/sign_in"
8 }
9}
diff --git a/recipes/outreach/webview.js b/recipes/outreach/webview.js
new file mode 100644
index 0000000..56a20b6
--- /dev/null
+++ b/recipes/outreach/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};