aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kittywhiskers Van Gogh <6098974-kittywhiskers@users.noreply.gitlab.com>2020-06-13 21:27:47 +0530
committerLibravatar Kittywhiskers Van Gogh <6098974-kittywhiskers@users.noreply.gitlab.com>2020-06-13 21:27:47 +0530
commit8af1193ebc1b23cdd4a1a66ffeaba50271bf3736 (patch)
tree41893fdf02df7b4664448da64c8002e5d0560137
parentMerge pull request #199 from dannyqiu/fix/skype-default-link-handling (diff)
downloadferdium-recipes-8af1193ebc1b23cdd4a1a66ffeaba50271bf3736.tar.gz
ferdium-recipes-8af1193ebc1b23cdd4a1a66ffeaba50271bf3736.tar.zst
ferdium-recipes-8af1193ebc1b23cdd4a1a66ffeaba50271bf3736.zip
Add AnonAddy, BitBucket, Epic Games Store, GitLab & Tutanota
-rw-r--r--all.json55
-rw-r--r--archives/anonaddy.tar.gzbin0 -> 56976 bytes
-rw-r--r--archives/bitbucket.tar.gzbin0 -> 86223 bytes
-rw-r--r--archives/epicgames.tar.gzbin0 -> 132501 bytes
-rw-r--r--archives/gitlab.tar.gzbin0 -> 180430 bytes
-rw-r--r--archives/tutanota.tar.gzbin0 -> 29307 bytes
-rw-r--r--uncompressed/anonaddy/.gitattributes2
-rw-r--r--uncompressed/anonaddy/.gitignore1
-rw-r--r--uncompressed/anonaddy/README.md3
-rw-r--r--uncompressed/anonaddy/icon.pngbin0 -> 58007 bytes
-rw-r--r--uncompressed/anonaddy/icon.svg19
-rw-r--r--uncompressed/anonaddy/index.js2
-rw-r--r--uncompressed/anonaddy/package.json12
-rw-r--r--uncompressed/anonaddy/service.css1
-rw-r--r--uncompressed/anonaddy/webview.js15
-rw-r--r--uncompressed/bitbucket/.gitattributes2
-rw-r--r--uncompressed/bitbucket/.gitignore1
-rw-r--r--uncompressed/bitbucket/README.md3
-rw-r--r--uncompressed/bitbucket/icon.pngbin0 -> 91631 bytes
-rw-r--r--uncompressed/bitbucket/icon.svg15
-rw-r--r--uncompressed/bitbucket/index.js2
-rw-r--r--uncompressed/bitbucket/package.json12
-rw-r--r--uncompressed/bitbucket/service.css1
-rw-r--r--uncompressed/bitbucket/webview.js15
-rw-r--r--uncompressed/epicgames/.gitattributes2
-rw-r--r--uncompressed/epicgames/.gitignore1
-rw-r--r--uncompressed/epicgames/README.md5
-rw-r--r--uncompressed/epicgames/icon.pngbin0 -> 139893 bytes
-rw-r--r--uncompressed/epicgames/icon.svg2
-rw-r--r--uncompressed/epicgames/index.js2
-rw-r--r--uncompressed/epicgames/package.json12
-rw-r--r--uncompressed/epicgames/service.css1
-rw-r--r--uncompressed/epicgames/webview.js15
-rw-r--r--uncompressed/gitlab/.gitattributes2
-rw-r--r--uncompressed/gitlab/.gitignore1
-rw-r--r--uncompressed/gitlab/README.md5
-rw-r--r--uncompressed/gitlab/icon.pngbin0 -> 186893 bytes
-rw-r--r--uncompressed/gitlab/icon.svg13
-rw-r--r--uncompressed/gitlab/index.js2
-rw-r--r--uncompressed/gitlab/package.json12
-rw-r--r--uncompressed/gitlab/service.css1
-rw-r--r--uncompressed/gitlab/webview.js15
-rw-r--r--uncompressed/tutanota/.gitattributes2
-rw-r--r--uncompressed/tutanota/.gitignore1
-rw-r--r--uncompressed/tutanota/README.md3
-rw-r--r--uncompressed/tutanota/icon.pngbin0 -> 31065 bytes
-rw-r--r--uncompressed/tutanota/icon.svg14
-rw-r--r--uncompressed/tutanota/index.js2
-rw-r--r--uncompressed/tutanota/package.json12
-rw-r--r--uncompressed/tutanota/service.css1
-rw-r--r--uncompressed/tutanota/webview.js15
51 files changed, 302 insertions, 0 deletions
diff --git a/all.json b/all.json
index c43e05c..1819d7d 100644
--- a/all.json
+++ b/all.json
@@ -22,6 +22,17 @@
22 } 22 }
23 }, 23 },
24 { 24 {
25 "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>",
26 "featured": false,
27 "id": "anonaddy",
28 "name": "AnonAddy",
29 "version": "1.0.0",
30 "icons": {
31 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/anonaddy/icon.png",
32 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/anonaddy/icon.svg"
33 }
34 },
35 {
25 "author": "Tom Chapman <thomas_chapman84@hotmail.com> and The Ferdi Team <hello@getferdi.com>", 36 "author": "Tom Chapman <thomas_chapman84@hotmail.com> and The Ferdi Team <hello@getferdi.com>",
26 "featured": false, 37 "featured": false,
27 "id": "anydo", 38 "id": "anydo",
@@ -55,6 +66,17 @@
55 } 66 }
56 }, 67 },
57 { 68 {
69 "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>",
70 "featured": false,
71 "id": "bitbucket",
72 "name": "BitBucket",
73 "version": "1.0.0",
74 "icons": {
75 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/bitbucket/icon.png",
76 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/bitbucket/icon.svg"
77 }
78 },
79 {
58 "author": "Koma, hideosasaki", 80 "author": "Koma, hideosasaki",
59 "featured": false, 81 "featured": false,
60 "id": "chatwork", 82 "id": "chatwork",
@@ -132,6 +154,17 @@
132 } 154 }
133 }, 155 },
134 { 156 {
157 "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>",
158 "featured": false,
159 "id": "epicgames",
160 "name": "Epic Games Store",
161 "version": "1.0.0",
162 "icons": {
163 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/epicgames/icon.png",
164 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/epicgames/icon.svg"
165 }
166 },
167 {
135 "author": "concon", 168 "author": "concon",
136 "featured": false, 169 "featured": false,
137 "id": "evernote", 170 "id": "evernote",
@@ -242,6 +275,17 @@
242 } 275 }
243 }, 276 },
244 { 277 {
278 "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>",
279 "featured": false,
280 "id": "gitlab",
281 "name": "GitLab",
282 "version": "1.0.0",
283 "icons": {
284 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/gitlab/icon.png",
285 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/gitlab/icon.svg"
286 }
287 },
288 {
245 "author": "Brian Gilbert <brian@briangilbert.net>", 289 "author": "Brian Gilbert <brian@briangilbert.net>",
246 "featured": true, 290 "featured": true,
247 "id": "gitter", 291 "id": "gitter",
@@ -946,6 +990,17 @@
946 } 990 }
947 }, 991 },
948 { 992 {
993 "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>",
994 "featured": false,
995 "id": "tutanota",
996 "name": "Tutanota",
997 "version": "1.0.0",
998 "icons": {
999 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/tutanota/icon.png",
1000 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/tutanota/icon.svg"
1001 }
1002 },
1003 {
949 "author": "Stefan Malzner <stefan@adlk.io>", 1004 "author": "Stefan Malzner <stefan@adlk.io>",
950 "featured": true, 1005 "featured": true,
951 "id": "tweetdeck", 1006 "id": "tweetdeck",
diff --git a/archives/anonaddy.tar.gz b/archives/anonaddy.tar.gz
new file mode 100644
index 0000000..cc30e73
--- /dev/null
+++ b/archives/anonaddy.tar.gz
Binary files differ
diff --git a/archives/bitbucket.tar.gz b/archives/bitbucket.tar.gz
new file mode 100644
index 0000000..53b77b6
--- /dev/null
+++ b/archives/bitbucket.tar.gz
Binary files differ
diff --git a/archives/epicgames.tar.gz b/archives/epicgames.tar.gz
new file mode 100644
index 0000000..de6d324
--- /dev/null
+++ b/archives/epicgames.tar.gz
Binary files differ
diff --git a/archives/gitlab.tar.gz b/archives/gitlab.tar.gz
new file mode 100644
index 0000000..0555bf2
--- /dev/null
+++ b/archives/gitlab.tar.gz
Binary files differ
diff --git a/archives/tutanota.tar.gz b/archives/tutanota.tar.gz
new file mode 100644
index 0000000..f5c7127
--- /dev/null
+++ b/archives/tutanota.tar.gz
Binary files differ
diff --git a/uncompressed/anonaddy/.gitattributes b/uncompressed/anonaddy/.gitattributes
new file mode 100644
index 0000000..dfe0770
--- /dev/null
+++ b/uncompressed/anonaddy/.gitattributes
@@ -0,0 +1,2 @@
1# Auto detect text files and perform LF normalization
2* text=auto
diff --git a/uncompressed/anonaddy/.gitignore b/uncompressed/anonaddy/.gitignore
new file mode 100644
index 0000000..e43b0f9
--- /dev/null
+++ b/uncompressed/anonaddy/.gitignore
@@ -0,0 +1 @@
.DS_Store
diff --git a/uncompressed/anonaddy/README.md b/uncompressed/anonaddy/README.md
new file mode 100644
index 0000000..fea700e
--- /dev/null
+++ b/uncompressed/anonaddy/README.md
@@ -0,0 +1,3 @@
1# AnonAddy for Ferdi
2
3An unofficial Ferdi recipe for AnonAddy
diff --git a/uncompressed/anonaddy/icon.png b/uncompressed/anonaddy/icon.png
new file mode 100644
index 0000000..666d2e6
--- /dev/null
+++ b/uncompressed/anonaddy/icon.png
Binary files differ
diff --git a/uncompressed/anonaddy/icon.svg b/uncompressed/anonaddy/icon.svg
new file mode 100644
index 0000000..2a8d488
--- /dev/null
+++ b/uncompressed/anonaddy/icon.svg
@@ -0,0 +1,19 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<svg width="73.517" height="50" version="1.1" viewBox="0 0 73.517 50" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><metadata><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata>
4<style type="text/css">
5 .st0{fill:#3AE7E1;}
6 .st1{fill:#F5F7FA;}
7</style>
8<g id="XMLID_29_" transform="matrix(.1641 0 0 .1641 -8.4819 -6.6295)">
9 <path id="XMLID_41_" class="st0" d="m107.8 179.5c-4.6 0.7-9.5-1-12.6-5-4.5-5.8-3.5-14.1 2.3-18.7l37-28.9c5.8-4.5 14.1-3.5 18.7 2.3 4.5 5.8 3.5 14.1-2.3 18.7l-37 28.9c-1.8 1.5-3.9 2.4-6.1 2.7z" style="fill:#3ae7e1"/>
10 </g><g id="XMLID_30_" transform="matrix(.1641 0 0 .1641 -8.4819 -6.6295)">
11 <path id="XMLID_40_" class="st1" d="m71.9 207.7c-4.6 0.7-9.5-1-12.6-4.9-4.5-5.8-3.5-14.1 2.3-18.7l3.5-2.7c5.8-4.5 14.1-3.5 18.7 2.3 4.5 5.8 3.5 14.1-2.3 18.7l-3.5 2.7c-1.8 1.4-3.9 2.3-6.1 2.6z" style="fill:#f5f7fa"/>
12 </g><g id="XMLID_31_" transform="matrix(.1641 0 0 .1641 -8.4819 -6.6295)">
13 <path id="XMLID_39_" class="st0" d="m67.1 283.6c-4.6 0.7-9.5-1-12.6-5-4.5-5.8-3.5-14.1 2.3-18.7l81.2-63.4c5.8-4.5 14.2-3.5 18.7 2.3s3.5 14.1-2.3 18.7l-81.2 63.5c-1.9 1.4-4 2.3-6.1 2.6z" style="fill:#3ae7e1"/>
14 </g><g id="XMLID_34_" transform="matrix(.1641 0 0 .1641 -8.4819 -6.6295)">
15 <path id="XMLID_38_" class="st1" d="m182.8 193.6c-4.6 0.7-9.5-1-12.6-5-4.5-5.8-3.5-14.1 2.3-18.7l12.9-10.1c5.8-4.5 14.1-3.5 18.7 2.3 4.5 5.8 3.5 14.1-2.3 18.7l-12.9 10.1c-1.9 1.4-4 2.3-6.1 2.7z" style="fill:#f5f7fa"/>
16 </g><g id="XMLID_32_" transform="matrix(.1641 0 0 .1641 -8.4819 -6.6295)">
17 <path id="XMLID_37_" class="st0" d="m175.7 271.1c-4.6 0.7-9.5-1-12.6-5-4.5-5.8-3.5-14.1 2.3-18.7l66.6-52c5.8-4.5 14.2-3.5 18.7 2.3s3.5 14.1-2.3 18.7l-66.6 52c-1.8 1.5-3.9 2.4-6.1 2.7z" style="fill:#3ae7e1"/>
18 </g><path id="XMLID_36_" class="st1" d="m14.377 42.599c-0.75484 0.11487-1.5589-0.16409-2.0676-0.82048-0.73843-0.95176-0.57434-2.3302 0.37742-3.0686l0.77125-0.60716c0.95176-0.73843 2.3302-0.57434 3.0686 0.37742 0.73843 0.95176 0.57433 2.3302-0.37742 3.0686l-0.77126 0.60715c-0.31178 0.24615-0.65638 0.39383-1.001 0.44306z" style="fill:#f5f7fa;stroke-width:.1641"/><path id="XMLID_44_" class="st0" d="m69.464 0h-50.673c-1.8871 0-3.6429 1.1651-4.2009 2.9701-0.26255 0.83689-0.24614 1.6902 0 2.4614 0.24615 0.78766 0.73844 1.5097 1.4276 2.0512 0 0 19.413 15.08 24.171 18.362 1.7066 1.0994 3.364 0.72203 4.3486-0.0328l24.631-19.166v33.131c0 3.2327-2.6255 5.8582-5.8582 5.8582h-46.554c-1.1979 0-2.1661 0.96817-2.1661 2.1661 0 1.2143 0.98458 2.1989 2.1989 2.1989h46.505c5.6449 0 10.223-4.5783 10.223-10.223v-35.724c0.0164-2.2317-1.805-4.0532-4.0532-4.0532zm-35.051 18.067 0.0164-0.11487 0.0656 0.0985zm7.9258 3.9383-22.563-17.64h45.208z" style="fill:#3ae7e1;stroke-width:.1641"/>
19</svg> \ No newline at end of file
diff --git a/uncompressed/anonaddy/index.js b/uncompressed/anonaddy/index.js
new file mode 100644
index 0000000..d14a262
--- /dev/null
+++ b/uncompressed/anonaddy/index.js
@@ -0,0 +1,2 @@
1module.exports = Ferdi => class anonaddy extends Ferdi {
2};
diff --git a/uncompressed/anonaddy/package.json b/uncompressed/anonaddy/package.json
new file mode 100644
index 0000000..45121cd
--- /dev/null
+++ b/uncompressed/anonaddy/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "anonaddy",
3 "name": "AnonAddy",
4 "version": "1.0.0",
5 "description": "An unofficial Ferdi recipe for AnonAddy",
6 "main": "index.js",
7 "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://app.anonaddy.com/"
11 }
12}
diff --git a/uncompressed/anonaddy/service.css b/uncompressed/anonaddy/service.css
new file mode 100644
index 0000000..38dcab0
--- /dev/null
+++ b/uncompressed/anonaddy/service.css
@@ -0,0 +1 @@
/* Insert custom styles you want to insert here */ \ No newline at end of file
diff --git a/uncompressed/anonaddy/webview.js b/uncompressed/anonaddy/webview.js
new file mode 100644
index 0000000..ddd0b40
--- /dev/null
+++ b/uncompressed/anonaddy/webview.js
@@ -0,0 +1,15 @@
1"use strict";
2
3var _path = _interopRequireDefault(require("path"));
4
5function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
6
7module.exports = Ferdi => {
8 const getMessages = function getMessages() {
9 // TODO: Insert your notification-finding code here
10 Ferdi.setBadge(0, 0);
11 };
12
13 Ferdi.loop(getMessages);
14 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css'));
15};
diff --git a/uncompressed/bitbucket/.gitattributes b/uncompressed/bitbucket/.gitattributes
new file mode 100644
index 0000000..dfe0770
--- /dev/null
+++ b/uncompressed/bitbucket/.gitattributes
@@ -0,0 +1,2 @@
1# Auto detect text files and perform LF normalization
2* text=auto
diff --git a/uncompressed/bitbucket/.gitignore b/uncompressed/bitbucket/.gitignore
new file mode 100644
index 0000000..e43b0f9
--- /dev/null
+++ b/uncompressed/bitbucket/.gitignore
@@ -0,0 +1 @@
.DS_Store
diff --git a/uncompressed/bitbucket/README.md b/uncompressed/bitbucket/README.md
new file mode 100644
index 0000000..51c2ef6
--- /dev/null
+++ b/uncompressed/bitbucket/README.md
@@ -0,0 +1,3 @@
1# BitBucket for Ferdi
2
3An unofficial Ferdi recipe for Atlassian's BitBucket
diff --git a/uncompressed/bitbucket/icon.png b/uncompressed/bitbucket/icon.png
new file mode 100644
index 0000000..f81603c
--- /dev/null
+++ b/uncompressed/bitbucket/icon.png
Binary files differ
diff --git a/uncompressed/bitbucket/icon.svg b/uncompressed/bitbucket/icon.svg
new file mode 100644
index 0000000..14fe741
--- /dev/null
+++ b/uncompressed/bitbucket/icon.svg
@@ -0,0 +1,15 @@
1<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="500" height="500" viewBox="0 0 62.42 62.42">
2 <defs>
3 <linearGradient id="New_Gradient_Swatch_1" x1="64.01" y1="30.27" x2="32.99" y2="54.48" gradientUnits="userSpaceOnUse">
4 <stop offset="0.18" stop-color="#0052cc"/>
5 <stop offset="1" stop-color="#2684ff"/>
6 </linearGradient>
7 </defs>
8 <title>Bitbucket-blue</title>
9 <g id="Layer_2" data-name="Layer 2">
10 <g id="Blue" transform="translate(0 -3.13)">
11 <path d="M2,6.26A2,2,0,0,0,0,8.58L8.49,60.12a2.72,2.72,0,0,0,2.66,2.27H51.88a2,2,0,0,0,2-1.68L62.37,8.59a2,2,0,0,0-2-2.32ZM37.75,43.51h-13L21.23,25.12H40.9Z" fill="#2684ff"/>
12 <path d="M59.67,25.12H40.9L37.75,43.51h-13L9.4,61.73a2.71,2.71,0,0,0,1.75.66H51.89a2,2,0,0,0,2-1.68Z" fill="url(#New_Gradient_Swatch_1)"/>
13 </g>
14 </g>
15</svg> \ No newline at end of file
diff --git a/uncompressed/bitbucket/index.js b/uncompressed/bitbucket/index.js
new file mode 100644
index 0000000..7983bf0
--- /dev/null
+++ b/uncompressed/bitbucket/index.js
@@ -0,0 +1,2 @@
1module.exports = Ferdi => class bitbucket extends Ferdi {
2};
diff --git a/uncompressed/bitbucket/package.json b/uncompressed/bitbucket/package.json
new file mode 100644
index 0000000..cd6fc24
--- /dev/null
+++ b/uncompressed/bitbucket/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "bitbucket",
3 "name": "BitBucket",
4 "version": "1.0.0",
5 "description": "An unofficial Ferdi recipe for Atlassian's BitBucket",
6 "main": "index.js",
7 "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://bitbucket.org/dashboard/overview"
11 }
12}
diff --git a/uncompressed/bitbucket/service.css b/uncompressed/bitbucket/service.css
new file mode 100644
index 0000000..38dcab0
--- /dev/null
+++ b/uncompressed/bitbucket/service.css
@@ -0,0 +1 @@
/* Insert custom styles you want to insert here */ \ No newline at end of file
diff --git a/uncompressed/bitbucket/webview.js b/uncompressed/bitbucket/webview.js
new file mode 100644
index 0000000..ddd0b40
--- /dev/null
+++ b/uncompressed/bitbucket/webview.js
@@ -0,0 +1,15 @@
1"use strict";
2
3var _path = _interopRequireDefault(require("path"));
4
5function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
6
7module.exports = Ferdi => {
8 const getMessages = function getMessages() {
9 // TODO: Insert your notification-finding code here
10 Ferdi.setBadge(0, 0);
11 };
12
13 Ferdi.loop(getMessages);
14 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css'));
15};
diff --git a/uncompressed/epicgames/.gitattributes b/uncompressed/epicgames/.gitattributes
new file mode 100644
index 0000000..dfe0770
--- /dev/null
+++ b/uncompressed/epicgames/.gitattributes
@@ -0,0 +1,2 @@
1# Auto detect text files and perform LF normalization
2* text=auto
diff --git a/uncompressed/epicgames/.gitignore b/uncompressed/epicgames/.gitignore
new file mode 100644
index 0000000..e43b0f9
--- /dev/null
+++ b/uncompressed/epicgames/.gitignore
@@ -0,0 +1 @@
.DS_Store
diff --git a/uncompressed/epicgames/README.md b/uncompressed/epicgames/README.md
new file mode 100644
index 0000000..ac90c90
--- /dev/null
+++ b/uncompressed/epicgames/README.md
@@ -0,0 +1,5 @@
1# The Epic Game Store for Ferdi
2
3An unofficial Ferdi recipe for the Epic Games Store
4
5*NOTE: Technically, the service URL is should be `https://www.epicgames.com/store/en-US/` but it has been set to the login page so that the login prompt is shown, followed by a redirect*
diff --git a/uncompressed/epicgames/icon.png b/uncompressed/epicgames/icon.png
new file mode 100644
index 0000000..a28f5e5
--- /dev/null
+++ b/uncompressed/epicgames/icon.png
Binary files differ
diff --git a/uncompressed/epicgames/icon.svg b/uncompressed/epicgames/icon.svg
new file mode 100644
index 0000000..1fb8a19
--- /dev/null
+++ b/uncompressed/epicgames/icon.svg
@@ -0,0 +1,2 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" id="svg2" xml:space="preserve" width="647.16699" height="750.97699" viewBox="0 0 647.16699 750.97701"><metadata id="metadata8"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><defs id="defs6"><clipPath clipPathUnits="userSpaceOnUse" id="clipPath20"><path d="m 0,790.889 900,0 L 900,0 0,0 Z" id="path18"/></clipPath></defs><g id="g10" transform="matrix(1.3333333,0,0,-1.3333333,-278.05173,902.58312)"><g id="g14"><g id="g16" clip-path="url(#clipPath20)"><g id="g22" transform="translate(649.8358,676.9377)"><path d="m 0,0 -397.219,0 c -32.196,0 -44.078,-11.882 -44.078,-44.093 l 0,-388.676 c 0,-3.645 0.147,-7.031 0.469,-10.168 0.733,-7.031 0.871,-13.844 7.41,-21.601 0.639,-0.76 7.315,-5.728 7.315,-5.728 3.591,-1.761 6.043,-3.058 10.093,-4.688 l 195.596,-81.948 c 10.154,-4.655 14.4,-6.469 21.775,-6.323 l 0,-10e-4 c 0.01,0 0.019,0 0.029,0 0.01,0 0.019,0 0.029,0 l 0,10e-4 c 7.375,-0.146 11.621,1.668 21.776,6.323 l 195.595,81.948 c 4.051,1.63 6.502,2.927 10.094,4.688 0,0 6.676,4.968 7.314,5.728 6.539,7.757 6.677,14.57 7.41,21.601 0.322,3.137 0.47,6.523 0.47,10.168 l 0,388.676 C 44.078,-11.882 32.195,0 0,0" style="fill:#2f2d2e;fill-opacity:1;fill-rule:evenodd;stroke:none" id="path24"/></g><g id="g26" transform="translate(623.2303,286.175)"><path d="m 0,0 -0.09,-0.897 -0.089,-0.985 -0.18,-0.897 -0.268,-0.896 -0.174,-0.807 -0.27,-0.897 -0.358,-0.807 -0.359,-0.718 -0.353,-0.806 -0.448,-0.717 -0.448,-0.718 -0.533,-0.717 -0.449,-0.717 -0.532,-0.627 -0.628,-0.628 -0.533,-0.538 -0.716,-0.628 -0.623,-0.538 -0.717,-0.538 -0.712,-0.442 -0.712,-0.538 -0.807,-0.448 -0.802,-0.359 -0.801,-0.448 -0.897,-0.359 -0.891,-0.359 -0.891,-0.268 -0.891,-0.27 -0.807,-0.268 -0.891,-0.18 -0.802,-0.179 -0.801,-0.179 -0.897,-0.18 -0.892,-0.089 -0.801,-0.09 -0.897,-0.09 -0.98,-0.09 -0.892,-0.089 -0.891,0 -0.981,0 -0.986,0 -0.891,0 -0.892,0.089 -0.98,0 -0.892,0.09 -0.896,0.09 -0.981,0.09 -0.891,0.179 -0.891,0.09 -0.897,0.179 -0.892,0.179 -0.891,0.18 -0.891,0.179 -0.896,0.268 -0.802,0.18 -0.891,0.269 -0.892,0.269 -0.806,0.359 -0.891,0.269 -0.802,0.268 -0.892,0.359 -0.806,0.359 -0.802,0.359 -0.802,0.442 -0.806,0.359 -0.802,0.449 -0.712,0.447 -0.807,0.449 -0.712,0.448 -0.717,0.448 -0.712,0.538 -0.712,0.538 -0.717,0.538 -0.713,0.538 -0.627,0.538 -0.712,0.627 0.538,0.717 0.622,0.628 0.538,0.718 0.623,0.717 0.538,0.627 0.532,0.717 0.628,0.718 0.532,0.627 0.628,0.717 0.533,0.628 0.627,0.717 0.533,0.718 0.538,0.627 0.622,0.717 0.538,0.718 0.622,0.627 0.538,0.717 0.712,-0.538 0.802,-0.538 0.717,-0.538 0.802,-0.538 0.717,-0.448 0.802,-0.537 0.711,-0.449 0.808,-0.358 0.711,-0.449 0.802,-0.359 0.807,-0.358 0.801,-0.359 0.803,-0.269 0.806,-0.358 0.891,-0.269 0.892,-0.269 0.801,-0.269 0.897,-0.18 0.891,-0.179 0.891,-0.179 0.981,-0.09 0.896,-0.179 0.892,0 0.98,-0.089 0.892,0 1.07,0 0.981,0.089 0.897,0.179 0.801,0.18 0.802,0.179 0.717,0.269 0.623,0.358 0.717,0.538 0.532,0.628 0.359,0.718 0.27,0.806 0.088,0.897 0,0.179 -0.088,1.076 -0.359,0.897 -0.449,0.627 -0.622,0.538 -0.718,0.538 -0.712,0.358 -0.801,0.359 -0.897,0.359 -1.07,0.447 -0.623,0.18 -0.711,0.179 -0.807,0.27 -0.802,0.179 -0.891,0.269 -0.897,0.179 -0.98,0.269 -0.892,0.179 -0.981,0.269 -0.891,0.179 -0.897,0.269 -0.89,0.18 -0.892,0.269 -0.807,0.268 -0.89,0.18 -0.803,0.269 -0.801,0.269 -0.807,0.269 -0.981,0.359 -0.891,0.359 -0.892,0.358 -0.896,0.359 -0.801,0.448 -0.892,0.448 -0.717,0.448 -0.802,0.448 -0.712,0.538 -0.717,0.448 -0.622,0.539 -0.627,0.627 -0.623,0.628 -0.538,0.628 -0.532,0.627 -0.449,0.627 -0.443,0.718 -0.448,0.806 -0.359,0.622 -0.269,0.718 -0.263,0.807 -0.269,0.717 -0.18,0.897 -0.179,0.807 -0.09,0.896 -0.089,0.897 -0.09,0.985 0,0.987 0,0.179 0,0.897 0.09,0.896 0.089,0.807 0.09,0.897 0.179,0.806 0.18,0.807 0.269,0.808 0.179,0.806 0.353,0.807 0.359,0.807 0.358,0.806 0.444,0.808 0.447,0.806 0.533,0.718 0.539,0.717 0.622,0.717 0.627,0.627 0.623,0.718 0.717,0.628 0.622,0.448 0.717,0.538 0.713,0.538 0.711,0.448 0.807,0.448 0.802,0.359 0.801,0.448 0.807,0.358 0.891,0.27 0.891,0.358 0.807,0.269 0.712,0.18 0.803,0.179 0.806,0.179 0.891,0.179 0.802,0.18 0.891,0.089 0.897,0.09 0.891,0.09 0.891,0.089 0.891,0 0.986,0 0.982,0 0.98,0 0.981,-0.089 0.981,-0.09 0.891,0 0.986,-0.09 0.891,-0.179 0.981,-0.09 0.892,-0.179 0.807,-0.179 0.891,-0.179 0.891,-0.18 0.802,-0.179 0.896,-0.269 0.802,-0.269 0.802,-0.18 0.896,-0.358 0.802,-0.269 0.801,-0.358 0.802,-0.359 0.896,-0.359 0.802,-0.448 0.712,-0.359 0.807,-0.448 0.802,-0.448 0.712,-0.449 0.806,-0.538 0.713,-0.447 0.717,-0.539 0.712,-0.538 0.711,-0.537 L -2.32,39.083 -2.768,38.366 -3.301,37.649 -3.839,36.931 -4.371,36.125 -4.82,35.408 -5.358,34.69 -5.891,33.973 -6.338,33.256 -6.872,32.538 -7.409,31.821 -7.858,31.104 -8.39,30.297 -8.929,29.58 l -0.532,-0.717 -0.448,-0.717 -0.533,-0.717 -0.717,0.537 -0.801,0.449 -0.713,0.448 -0.717,0.538 -0.801,0.358 -0.718,0.449 -0.801,0.359 -0.712,0.358 -0.807,0.359 -0.712,0.358 -0.801,0.269 -0.717,0.359 -0.982,0.268 -0.891,0.27 -0.891,0.268 -0.897,0.18 -0.891,0.179 -0.891,0.18 -0.891,0.09 -0.897,0.089 -0.801,0.09 -0.892,0 -1.07,0 -0.981,-0.179 -0.897,-0.18 -0.801,-0.179 -0.712,-0.359 -0.628,-0.358 -0.802,-0.718 -0.538,-0.807 -0.352,-0.807 -0.091,-0.896 0,-0.18 0.091,-1.165 0.442,-0.986 0.359,-0.538 0.622,-0.628 0.807,-0.448 0.712,-0.448 0.891,-0.359 0.986,-0.359 1.071,-0.358 0.712,-0.179 0.712,-0.269 0.807,-0.179 0.801,-0.269 0.891,-0.18 0.987,-0.269 0.981,-0.268 0.981,-0.27 0.98,-0.179 0.891,-0.269 0.981,-0.269 0.897,-0.179 0.892,-0.269 0.891,-0.269 0.801,-0.269 0.897,-0.269 0.802,-0.269 0.801,-0.269 0.986,-0.353 0.891,-0.449 0.891,-0.358 0.892,-0.448 0.807,-0.449 0.802,-0.448 0.711,-0.448 0.717,-0.538 0.713,-0.448 0.712,-0.628 0.717,-0.627 0.622,-0.718 L -3.481,13 -2.948,12.282 -2.41,11.476 -1.967,10.759 -1.518,9.951 -1.16,9.234 -0.891,8.428 -0.627,7.621 -0.448,6.814 -0.269,5.917 -0.09,5.02 0,4.124 0.09,3.138 l 0,-0.986 0,-0.179 0,-0.987 z m -62.594,-17.926 -0.896,0 -0.891,0 -0.891,0 -0.891,0 -0.897,0 -0.892,0 -0.89,0 -0.892,0 -0.986,0 -0.891,0 -0.891,0 -0.891,0 -0.898,0 -0.89,0 -0.892,0 -0.891,0 -0.897,0 -0.891,0 -0.891,0 -0.891,0 -0.892,0 -0.896,0 -0.891,0 -0.891,0 -0.892,0 -0.897,0 -0.891,0 -0.891,0 -0.981,0 -0.896,0 -0.892,0 -0.891,0 -0.891,0 -0.896,0 -0.892,0 -0.891,0 -0.892,0 -0.896,0 -0.891,0 -0.891,0 -0.892,0 -0.897,0 -0.89,0 -0.892,0 -0.891,0 -0.896,0 -0.892,0 -0.981,0 -0.891,0 -0.891,0 -0.897,0 -0.891,0 -0.892,0 -0.89,0 -0.896,0 -0.892,0 -0.891,0 0,0.897 0,0.897 0,0.896 0,0.892 0,0.897 0,0.896 0,0.896 0,0.896 0,0.897 0,0.897 0,0.896 0,0.897 0,0.897 0,0.896 0,0.897 0,0.896 0,0.896 0,0.897 0,0.807 0,0.897 0,0.896 0,0.896 0,0.897 0,0.897 0,0.896 0,0.897 0,0.897 0,0.896 0,0.896 0,0.896 0,0.897 0,0.897 0,0.896 0,0.897 0,0.897 0,0.896 0,0.897 0,0.896 0,0.896 0,0.897 0,0.896 0,0.892 0,0.896 0,0.897 0,0.897 0,0.896 0,0.896 0,0.897 0,0.896 0,0.897 0,0.897 0,0.896 0,0.897 0,0.896 0,0.807 0,0.896 0,0.897 0,0.897 0,0.896 0,0.897 0,0.896 0,0.897 0,0.896 0,0.897 0,0.896 0,0.897 0,0.897 0,0.896 0,0.896 0,0.897 0,0.896 0,0.897 0,0.897 0.891,0 0.892,0 0.896,0 0.89,0 0.892,0 0.891,0 0.897,0 0.891,0 0.891,0 0.892,0 0.896,0 0.892,0 0.89,0 0.892,0 0.806,0 0.892,0 0.891,0 0.892,0 0.896,0 0.891,0 0.891,0 0.892,0 0.896,0 0.891,0 0.891,0 0.892,0 0.897,0 0.891,0 0.891,0 0.891,0 0.897,0 0.892,0 0.89,0 0.891,0 0.892,0 0.897,0 0.891,0 0.891,0 0.891,0 0.897,0 0.891,0 0.891,0 0.891,0 0.808,0 0.891,0 0.891,0 0.892,0 0.896,0 0.891,0 0.891,0 0.891,0 0.897,0 0.891,0 0.891,0 0.892,0 0.896,0 0.892,0 0.891,0 0,-0.897 0,-0.807 0,-0.896 0,-0.897 0,-0.896 0,-0.807 0,-0.897 0,-0.897 0,-0.806 0,-0.897 0,-0.896 0,-0.808 0,-0.896 0,-0.896 0,-0.897 0,-0.807 0,-0.897 -0.891,0 -0.892,0 -0.896,0 -0.892,0 -0.891,0 -0.891,0 -0.807,0 -0.891,0 -0.891,0 -0.892,0 -0.896,0 -0.891,0 -0.892,0 -0.891,0 -0.897,0 -0.891,0 -0.891,0 -0.891,0 -0.897,0 -0.801,0 -0.892,0 -0.891,0 -0.897,0 -0.89,0 -0.892,0 -0.891,0 -0.897,0 -0.891,0 -0.891,0 -0.891,0 -0.897,0 -0.892,0 -0.801,0 -0.891,0 -0.896,0 -0.892,0 -0.891,0 -0.892,0 -0.896,0 0,-0.896 0,-0.896 0,-0.896 0,-0.897 0,-0.897 0,-0.807 0,-0.896 0,-0.897 0,-0.896 0,-0.897 0,-0.896 0,-0.897 0.896,0 0.892,0 0.891,0 0.892,0 0.896,0 0.891,0 0.891,0 0.892,0 0.807,0 0.891,0 0.891,0 0.891,0 0.897,0 0.891,0 0.892,0 0.89,0 0.897,0 0.891,0 0.892,0 0.891,0 0.896,0 0.891,0 0.892,0 0.892,0 0.896,0 0.891,0 0.802,0 0.891,0 0.896,0 0.892,0 0.891,0 0.891,0 0.896,0 0.892,0 0.891,0 0,-0.896 0,-0.807 0,-0.892 0,-0.896 0,-0.807 0,-0.896 0,-0.897 0,-0.807 0,-0.897 0,-0.896 0,-0.897 0,-0.806 0,-0.896 0,-0.897 0,-0.808 0,-0.896 -0.891,0 -0.892,0 -0.896,0 -0.891,0 -0.891,0 -0.892,0 -0.896,0 -0.891,0 -0.802,0 -0.891,0 -0.896,0 -0.892,0 -0.892,0 -0.891,0 -0.896,0 -0.891,0 -0.892,0 -0.891,0 -0.897,0 -0.89,0 -0.892,0 -0.891,0 -0.897,0 -0.891,0 -0.891,0 -0.891,0 -0.807,0 -0.892,0 -0.891,0 -0.891,0 -0.896,0 -0.892,0 -0.891,0 -0.892,0 -0.896,0 0,-0.896 0,-0.987 0,-0.896 0,-0.897 0,-0.986 0,-0.897 0,-0.896 0,-0.986 0,-0.896 0,-0.897 0,-0.986 0,-0.896 0.896,0 0.892,0 0.891,0 0.892,0 0.896,0 0.891,0 0.891,0 0.892,0 0.896,0 0.981,0 0.891,0 0.891,0 0.897,0 0.892,0 0.891,0 0.891,0 0.896,0 0.892,0 0.891,0 0.891,0 0.891,0 0.897,0 0.891,0 0.892,0 0.89,0 0.898,0 0.891,0 0.891,0 0.891,0 0.986,0 0.892,0 0.89,0 0.892,0 0.897,0 0.891,0 0.891,0 0.891,0 0.896,0 0.892,0 0,-0.897 0,-0.807 0,-0.897 0,-0.896 0,-0.897 0,-0.807 0,-0.896 0,-0.896 0,-0.808 0,-0.896 0,-0.896 0,-0.808 0,-0.891 0,-0.896 0,-0.896 0,-0.808 0,-0.897 z m -65.214,0 -0.891,0 -0.892,0 -0.985,0 -0.891,0 -0.892,0 -0.891,0 -0.897,0 -0.891,0 -0.981,0 -0.891,0 -0.892,0 -0.896,0 -0.891,0 -0.891,0 -0.981,0 -0.897,0 -0.891,0 -0.892,0 0,0.897 0,0.897 0,0.896 0,0.897 0,0.902 0,0.896 0,0.897 0,0.897 0,0.896 0,0.896 0,0.897 0,0.901 0,0.897 0,0.897 0,0.896 0,0.897 0,0.902 0,0.897 0,0.896 0,0.896 0,0.897 0,0.896 0,0.902 0,0.896 0,0.897 0,0.897 0,0.896 0,0.897 0,0.902 0,0.897 0,0.896 0,0.896 0,0.896 0,0.897 0,0.902 0,0.896 0,0.897 0,0.896 0,0.897 0,0.902 0,0.896 0,0.897 0,0.897 -0.447,-0.717 -0.533,-0.813 -0.449,-0.717 -0.532,-0.718 -0.448,-0.806 -0.539,-0.718 -0.442,-0.717 -0.449,-0.812 -0.532,-0.717 -0.449,-0.717 -0.537,-0.718 -0.443,-0.812 -0.538,-0.717 -0.443,-0.717 -0.449,-0.807 -0.538,-0.722 -0.443,-0.718 -0.538,-0.806 -0.442,-0.718 -0.538,-0.717 -0.443,-0.812 -0.449,-0.718 -0.537,-0.717 -0.443,-0.807 -0.538,-0.722 -0.443,-0.717 -0.538,-0.718 -0.449,-0.806 -0.443,-0.722 -0.537,-0.718 -0.443,-0.807 -0.538,-0.717 -0.448,-0.717 -0.533,-0.813 -0.448,-0.717 -0.354,0 -0.537,0.807 -0.449,0.723 -0.533,0.807 -0.448,0.717 -0.533,0.806 -0.448,0.723 -0.532,0.807 -0.449,0.718 -0.538,0.806 -0.443,0.717 -0.538,0.813 -0.442,0.717 -0.538,0.807 -0.449,0.717 -0.532,0.812 -0.449,0.717 -0.532,0.807 -0.538,0.717 -0.448,0.812 -0.533,0.717 -0.448,0.807 -0.533,0.717 -0.448,0.813 -0.533,0.717 -0.448,0.807 -0.538,0.717 -0.443,0.807 -0.538,0.723 -0.443,0.806 -0.538,0.718 -0.448,0.807 -0.532,0.716 -0.45,0.813 -0.532,0.717 0,-0.896 0,-0.897 0,-0.897 0,-0.901 0,-0.897 0,-0.896 0,-0.897 0,-0.897 0,-0.901 0,-0.897 0,-0.807 0,-0.896 0,-0.897 0,-0.896 0,-0.902 0,-0.897 0,-0.896 0,-0.896 0,-0.897 0,-0.897 0,-0.901 0,-0.897 0,-0.897 0,-0.896 0,-0.897 0,-0.896 0,-0.902 0,-0.896 0,-0.897 0,-0.896 0,-0.897 0,-0.901 0,-0.808 0,-0.896 0,-0.896 0,-0.897 0,-0.897 0,-0.896 0,-0.902 0,-0.897 0,-0.896 0,-0.897 0,-0.897 -0.891,0 -0.896,0 -0.892,0 -0.891,0 -0.891,0 -0.896,0 -0.892,0 -0.891,0 -0.892,0 -0.896,0 -0.891,0 -0.892,0 -0.891,0 -0.896,0 -0.891,0 -0.892,0 -0.892,0 -0.896,0 -0.891,0 0,0.897 0,0.897 0,0.896 0,0.892 0,0.897 0,0.896 0,0.896 0,0.896 0,0.897 0,0.897 0,0.896 0,0.897 0,0.897 0,0.896 0,0.897 0,0.896 0,0.896 0,0.897 0,0.807 0,0.897 0,0.896 0,0.896 0,0.897 0,0.897 0,0.896 0,0.897 0,0.897 0,0.896 0,0.896 0,0.896 0,0.897 0,0.897 0,0.896 0,0.897 0,0.897 0,0.896 0,0.897 0,0.896 0,0.896 0,0.897 0,0.896 0,0.892 0,0.896 0,0.897 0,0.897 0,0.896 0,0.896 0,0.897 0,0.896 0,0.897 0,0.897 0,0.896 0,0.897 0,0.896 0,0.807 0,0.896 0,0.897 0,0.897 0,0.896 0,0.897 0,0.896 0,0.897 0,0.896 0,0.897 0,0.896 0,0.897 0,0.897 0,0.896 0,0.896 0,0.897 0,0.896 0,0.897 0,0.897 0.891,0 0.896,0 0.803,0 0.89,0 0.892,0 0.896,0 0.802,0 0.891,0 0.897,0 0.891,0 0.802,0 0.891,0 0.897,0 0.891,0 0.801,0 0.891,0 0.897,0 0.892,0 0.801,0 0.891,0 0.897,0 0.443,-0.718 0.448,-0.806 0.532,-0.712 0.449,-0.807 0.448,-0.717 0.443,-0.808 0.448,-0.711 0.534,-0.808 0.447,-0.717 0.449,-0.717 0.443,-0.801 0.448,-0.718 0.533,-0.806 0.448,-0.718 0.448,-0.801 0.443,-0.717 0.538,-0.717 0.449,-0.803 0.442,-0.716 0.448,-0.807 0.444,-0.718 0.538,-0.801 0.448,-0.718 0.442,-0.806 0.449,-0.712 0.443,-0.717 0.538,-0.807 0.448,-0.718 0.443,-0.807 0.448,-0.712 0.443,-0.807 0.539,-0.717 0.448,-0.801 0.443,-0.718 0.448,0.718 0.448,0.801 0.533,0.717 0.447,0.807 0.444,0.712 0.448,0.807 0.533,0.718 0.448,0.807 0.449,0.717 0.442,0.712 0.538,0.806 0.443,0.718 0.449,0.801 0.447,0.718 0.533,0.807 0.448,0.716 0.449,0.803 0.442,0.717 0.45,0.717 0.532,0.801 0.448,0.718 0.448,0.806 0.444,0.718 0.537,0.801 0.444,0.717 0.447,0.717 0.449,0.808 0.532,0.711 0.449,0.808 0.442,0.717 0.449,0.807 0.538,0.712 0.443,0.806 0.448,0.718 0.891,0 0.892,0 0.806,0 0.892,0 0.891,0 0.891,0 0.807,0 0.892,0 0.89,0 0.892,0 0.807,0 0.891,0 0.891,0 0.892,0 0.806,0 0.892,0 0.891,0 0.891,0 0.807,0 0.891,0 0.891,0 0,-0.897 0,-0.897 0,-0.896 0,-0.897 0,-0.896 0,-0.896 0,-0.897 0,-0.897 0,-0.896 0,-0.897 0,-0.896 0,-0.897 0,-0.896 0,-0.897 0,-0.896 0,-0.897 0,-0.897 0,-0.896 0,-0.807 0,-0.896 0,-0.897 0,-0.896 0,-0.897 0,-0.897 0,-0.896 0,-0.897 0,-0.896 0,-0.896 0,-0.897 0,-0.897 0,-0.896 0,-0.892 0,-0.896 0,-0.897 0,-0.896 0,-0.896 0,-0.897 0,-0.896 0,-0.897 0,-0.897 0,-0.896 0,-0.897 0,-0.897 0,-0.896 0,-0.896 0,-0.896 0,-0.897 0,-0.897 0,-0.896 0,-0.897 0,-0.897 0,-0.896 0,-0.896 0,-0.897 0,-0.807 0,-0.897 0,-0.896 0,-0.896 0,-0.897 0,-0.896 0,-0.897 0,-0.897 0,-0.896 0,-0.897 0,-0.897 0,-0.896 0,-0.896 0,-0.896 0,-0.897 0,-0.892 0,-0.896 0,-0.897 0,-0.897 z m -103.559,26.891 -0.269,0.812 -0.353,0.897 -0.359,0.807 -0.269,0.812 -0.353,0.807 -0.358,0.897 -0.27,0.812 -0.359,0.807 -0.352,0.806 -0.27,0.812 -0.359,0.897 -0.263,0.807 -0.359,0.812 -0.359,0.807 -0.268,0.807 -0.354,0.901 -0.358,0.808 -0.269,0.806 -0.359,0.812 -0.353,0.897 -0.269,0.812 -0.359,0.807 -0.353,-0.807 -0.268,-0.812 -0.359,-0.897 -0.359,-0.812 -0.264,-0.806 -0.358,-0.808 -0.359,-0.901 -0.353,-0.807 -0.27,-0.807 -0.358,-0.812 -0.359,-0.807 -0.264,-0.897 -0.358,-0.812 -0.359,-0.806 -0.268,-0.807 -0.354,-0.812 -0.359,-0.897 -0.358,-0.807 -0.263,-0.812 -0.359,-0.807 -0.359,-0.897 -0.269,-0.812 -0.353,-0.807 0.891,0 0.891,0 0.892,0 0.896,0 0.891,0 0.891,0 0.892,0 0.897,0 0.801,0 0.891,0 0.897,0 0.891,0 0.891,0 0.892,0 0.891,0 0.896,0 0.891,0 z m 28.03,-26.891 -0.896,0 -0.803,0 -0.89,0 -0.897,0 -0.891,0 -0.892,0 -0.801,0 -0.897,0 -0.891,0 -0.891,0 -0.892,0 -0.896,0 -0.802,0 -0.891,0 -0.892,0 -0.896,0 -0.891,0 -0.802,0 -0.891,0 -0.896,0 -0.354,0.808 -0.269,0.807 -0.358,0.807 -0.359,0.896 -0.264,0.802 -0.358,0.806 -0.359,0.807 -0.264,0.807 -0.358,0.807 -0.359,0.807 -0.268,0.807 -0.354,0.896 -0.359,0.807 -0.269,0.807 -0.359,0.807 -0.891,0 -0.891,0 -0.891,0 -0.891,0 -0.807,0 -0.892,0 -0.891,0 -0.896,0 -0.891,0 -0.892,0 -0.891,0 -0.891,0 -0.897,0 -0.891,0 -0.801,0 -0.897,0 -0.892,0 -0.891,0 -0.891,0 -0.896,0 -0.892,0 -0.891,0 -0.891,0 -0.891,0 -0.808,0 -0.89,0 -0.892,0 -0.897,0 -0.891,0 -0.353,-0.807 -0.269,-0.807 -0.359,-0.807 -0.358,-0.896 -0.264,-0.807 -0.358,-0.807 -0.359,-0.807 -0.269,-0.807 -0.353,-0.807 -0.359,-0.806 -0.269,-0.802 -0.354,-0.896 -0.358,-0.807 -0.269,-0.807 -0.359,-0.808 -0.891,0 -0.891,0 -0.891,0 -0.897,0 -0.891,0 -0.981,0 -0.891,0 -0.892,0 -0.896,0 -0.891,0 -0.891,0 -0.892,0 -0.897,0 -0.89,0 -0.891,0 -0.981,0 -0.897,0 -0.891,0 -0.892,0 -0.891,0 0.353,0.808 0.359,0.807 0.358,0.807 0.354,0.896 0.269,0.802 0.359,0.806 0.358,0.807 0.353,0.807 0.359,0.807 0.359,0.897 0.353,0.807 0.359,0.806 0.268,0.807 0.359,0.807 0.353,0.807 0.359,0.896 0.358,0.807 0.354,0.808 0.359,0.806 0.358,0.807 0.269,0.807 0.353,0.897 0.359,0.806 0.359,0.807 0.353,0.807 0.359,0.807 0.359,0.807 0.353,0.897 0.269,0.806 0.359,0.807 0.358,0.807 0.354,0.807 0.358,0.807 0.358,0.896 0.354,0.807 0.358,0.807 0.269,0.807 0.359,0.806 0.353,0.807 0.359,0.897 0.359,0.807 0.353,0.807 0.358,0.807 0.359,0.806 0.269,0.808 0.354,0.801 0.358,0.897 0.358,0.806 0.354,0.808 0.358,0.807 0.359,0.806 0.353,0.807 0.269,0.897 0.359,0.806 0.358,0.807 0.354,0.807 0.359,0.807 0.358,0.807 0.354,0.897 0.358,0.806 0.269,0.807 0.358,0.807 0.354,0.807 0.358,0.807 0.359,0.896 0.353,0.807 0.359,0.807 0.359,0.807 0.263,0.806 0.359,0.808 0.359,0.896 0.359,0.807 0.353,0.807 0.359,0.807 0.358,0.807 0.353,0.806 0.27,0.897 0.358,0.807 0.359,0.807 0.353,0.807 0.891,0 0.807,0 0.891,0 0.891,0 0.897,0 0.801,0 0.891,0 0.892,0 0.897,0 0.802,0 0.89,0 0.892,0 0.896,0 0.802,0 0.891,0 0.891,0 0.897,0 0.801,0 0.892,0 0.358,-0.807 0.359,-0.807 0.354,-0.807 0.358,-0.897 0.269,-0.806 0.353,-0.807 0.359,-0.807 0.358,-0.807 0.359,-0.807 0.353,-0.896 0.359,-0.808 0.359,-0.806 0.263,-0.807 0.359,-0.807 0.359,-0.807 0.359,-0.896 0.353,-0.807 0.358,-0.807 0.359,-0.807 0.353,-0.807 0.269,-0.806 0.358,-0.897 0.354,-0.807 0.359,-0.807 0.358,-0.807 0.359,-0.807 0.353,-0.806 0.358,-0.897 0.27,-0.807 0.353,-0.806 0.358,-0.807 0.359,-0.808 0.359,-0.806 0.353,-0.897 0.359,-0.801 0.358,-0.808 0.264,-0.806 0.358,-0.807 0.359,-0.807 0.354,-0.807 0.358,-0.897 0.359,-0.807 0.359,-0.806 0.353,-0.807 0.269,-0.807 0.358,-0.807 0.354,-0.896 0.358,-0.807 0.359,-0.807 0.358,-0.807 0.354,-0.807 0.359,-0.806 0.268,-0.897 0.354,-0.807 0.358,-0.807 0.359,-0.807 0.353,-0.807 0.359,-0.806 0.359,-0.897 0.359,-0.807 0.263,-0.807 0.359,-0.806 0.359,-0.808 0.353,-0.807 0.358,-0.896 0.359,-0.807 0.358,-0.807 0.353,-0.807 0.27,-0.806 0.359,-0.807 0.353,-0.897 0.358,-0.807 0.358,-0.807 0.354,-0.807 0.358,-0.806 0.359,-0.802 0.27,-0.896 0.352,-0.807 0.359,-0.807 0.358,-0.808 z m -78.193,8.334 -0.717,-0.538 -0.623,-0.449 -0.717,-0.538 -0.712,-0.448 -0.712,-0.538 -0.717,-0.448 -0.712,-0.449 -0.807,-0.447 -0.802,-0.449 -0.802,-0.448 -0.806,-0.353 -0.802,-0.449 -0.891,-0.358 -0.801,-0.359 -0.897,-0.358 -0.801,-0.359 -0.803,-0.269 -0.806,-0.269 -0.802,-0.27 -0.891,-0.268 -0.801,-0.27 -0.897,-0.179 -0.802,-0.179 -0.891,-0.179 -0.896,-0.179 -0.892,-0.09 -0.981,-0.09 -0.891,-0.09 -0.981,-0.089 -0.897,-0.09 -0.98,-0.089 -0.981,0 -0.982,0 -0.98,0 -0.897,0 -0.891,0.089 -0.981,0.09 -0.891,0.089 -0.891,0.09 -0.897,0.09 -0.891,0.179 -0.892,0.18 -0.801,0.179 -0.896,0.179 -0.802,0.269 -0.891,0.179 -0.807,0.27 -0.802,0.358 -0.802,0.269 -0.89,0.359 -0.807,0.358 -0.802,0.358 -0.801,0.359 -0.808,0.448 -0.711,0.444 -0.802,0.448 -0.717,0.449 -0.712,0.447 -0.717,0.539 -0.712,0.537 -0.713,0.538 -0.627,0.538 -0.622,0.538 -0.628,0.628 -0.622,0.537 -0.628,0.628 -0.622,0.628 -0.538,0.627 -0.533,0.717 -0.538,0.628 -0.448,0.717 -0.533,0.718 -0.447,0.716 -0.444,0.718 -0.448,0.807 -0.448,0.717 -0.353,0.807 -0.359,0.807 -0.358,0.807 -0.354,0.806 -0.269,0.717 -0.359,0.808 -0.179,0.807 -0.264,0.806 -0.179,0.896 -0.269,0.808 -0.179,0.896 -0.09,0.807 -0.18,0.897 -0.088,0.806 -0.091,0.897 -0.084,0.897 -0.089,0.896 0,0.986 0,0.897 0,0.179 0,0.897 0.089,0.986 0,0.896 0.084,0.897 0.091,0.986 0.179,0.891 0.089,0.897 0.179,0.807 0.269,0.896 0.18,0.897 0.263,0.807 0.269,0.896 0.269,0.807 0.359,0.897 0.354,0.806 0.358,0.807 0.359,0.807 0.353,0.807 0.448,0.807 0.448,0.717 0.444,0.718 0.447,0.717 0.449,0.717 0.532,0.717 0.538,0.717 0.533,0.717 0.538,0.629 0.622,0.627 0.538,0.628 0.623,0.626 0.627,0.629 0.622,0.537 0.717,0.628 0.623,0.538 0.712,0.538 0.717,0.448 0.712,0.538 0.718,0.448 0.711,0.448 0.802,0.449 0.807,0.448 0.801,0.448 0.802,0.359 0.806,0.358 0.892,0.449 0.712,0.268 0.891,0.27 0.808,0.358 0.801,0.18 0.801,0.269 0.896,0.179 0.802,0.269 0.891,0.179 0.892,0.09 0.896,0.179 0.892,0.09 0.89,0.089 0.892,0.09 0.897,0.09 0.981,0 0.891,0 0.98,0 0.981,0 0.987,-0.09 0.981,-0.09 0.891,0 0.891,-0.089 0.981,-0.18 0.807,-0.089 0.891,-0.18 0.892,-0.179 0.806,-0.179 0.801,-0.179 0.803,-0.18 0.807,-0.269 0.801,-0.179 0.712,-0.269 0.807,-0.269 0.802,-0.358 0.801,-0.359 0.807,-0.359 0.802,-0.448 0.801,-0.359 0.718,-0.448 0.801,-0.448 0.712,-0.448 0.807,-0.449 0.712,-0.537 0.712,-0.449 0.717,-0.538 0.712,-0.538 0.717,-0.627 0.712,-0.538 -0.538,-0.718 -0.622,-0.627 -0.538,-0.717 -0.622,-0.717 -0.538,-0.718 -0.533,-0.627 -0.628,-0.717 -0.532,-0.717 -0.538,-0.629 -0.623,-0.717 -0.537,-0.717 -0.623,-0.717 -0.538,-0.628 -0.532,-0.717 -0.627,-0.717 -0.534,-0.717 -0.627,-0.628 -0.533,-0.717 -0.717,0.538 -0.712,0.627 -0.717,0.449 -0.712,0.538 -0.712,0.448 -0.717,0.449 -0.713,0.447 -0.801,0.449 -0.717,0.358 -0.712,0.359 -0.717,0.269 -0.802,0.269 -0.801,0.269 -0.807,0.179 -0.891,0.18 -0.891,0.179 -0.892,0.089 -0.981,0.09 -0.986,0.089 -0.981,0 -0.891,0 -0.891,-0.089 -0.807,-0.09 -0.891,-0.179 -0.802,-0.18 -0.807,-0.268 -0.801,-0.269 -0.802,-0.359 -0.802,-0.358 -0.717,-0.448 -0.711,-0.449 -0.718,-0.449 -0.622,-0.537 -0.628,-0.538 -0.622,-0.538 -0.538,-0.627 -0.622,-0.628 -0.538,-0.717 -0.444,-0.628 -0.448,-0.717 -0.442,-0.807 -0.449,-0.717 -0.358,-0.807 -0.269,-0.807 -0.354,-0.807 -0.269,-0.896 -0.179,-0.892 -0.179,-0.806 -0.18,-0.987 -0.089,-0.896 -0.084,-0.896 0,-0.987 0,-0.179 0,-0.897 0.084,-0.896 0.089,-0.807 0.09,-0.897 0.179,-0.806 0.18,-0.808 0.179,-0.806 0.269,-0.807 0.264,-0.717 0.359,-0.896 0.358,-0.808 0.443,-0.807 0.448,-0.717 0.448,-0.717 0.533,-0.718 0.538,-0.627 0.622,-0.628 0.539,-0.627 0.621,-0.538 0.718,-0.538 0.712,-0.538 0.711,-0.448 0.717,-0.448 0.803,-0.359 0.801,-0.359 0.806,-0.358 0.892,-0.269 0.891,-0.269 0.897,-0.18 0.891,-0.179 0.891,-0.089 0.981,-0.09 0.981,0 1.07,0 0.987,0.09 0.981,0.089 0.891,0.09 0.891,0.18 0.897,0.179 0.891,0.268 0.801,0.18 0.803,0.358 0.717,0.359 0.801,0.359 0.627,0.358 0.713,0.449 0,0.896 0,0.896 0,0.897 0,0.896 0,0.987 0,0.896 0,0.897 0,0.896 0,0.897 -0.892,0 -0.806,0 -0.892,0 -0.891,0 -0.891,0 -0.807,0 -0.892,0 -0.891,0 -0.891,0 -0.806,0 -0.892,0 -0.891,0 -0.892,0 -0.806,0 -0.892,0 0,0.896 0,0.807 0,0.897 0,0.896 0,0.897 0,0.807 0,0.896 0,0.897 0,0.896 0,0.808 0,0.896 0,0.896 0,0.897 0,0.807 0,0.891 0.892,0 0.896,0 0.892,0 0.89,0 0.892,0 0.891,0 0.897,0 0.891,0 0.891,0 0.892,0 0.896,0 0.891,0 0.891,0 0.891,0 0.897,0 0.892,0 0.891,0 0.891,0 0.896,0 0.892,0 0.891,0 0.891,0 0.896,0 0.892,0 0.891,0 0.891,0 0.897,0 0.891,0 0.892,0 0.891,0 0.896,0 0.891,0 0.892,0 0,-0.891 0,-0.896 0,-0.897 0,-0.807 0,-0.896 0,-0.897 0,-0.896 0,-0.897 0,-0.897 0,-0.806 0,-0.897 0,-0.897 0,-0.896 0,-0.897 0,-0.896 0,-0.897 0,-0.806 0,-0.897 0,-0.897 0,-0.897 0,-0.896 0,-0.897 0,-0.896 0,-0.807 0,-0.896 0,-0.897 0,-0.897 0,-0.896 0,-0.896 0,-0.808 0,-0.896 0,-0.896 0,-0.897 z" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path28"/></g><g id="g30" transform="translate(312.9946,481.1594)"><path d="m 0,0 38.683,0 0,29.922 -38.683,0 0,61.086 40.223,0 0,29.922 -73.072,0 0,-215.951 73.684,0 0,29.923 -40.835,0 z" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path32"/></g><g id="g34" transform="translate(590.0699,474.6773)"><path d="m 0,0 0,-48.744 c 0,-8.639 -3.993,-12.647 -12.278,-12.647 l -6.144,0 c -8.595,0 -12.588,4.008 -12.588,12.647 l 0,136.362 c 0,8.638 3.993,12.646 12.588,12.646 l 5.527,0 c 8.29,0 12.283,-4.008 12.283,-12.646 l 0,-42.269 32.233,0 0,44.12 c 0,26.837 -12.895,39.795 -39.6,39.795 l -15.969,0 C -50.654,129.264 -63.86,116 -63.86,89.158 l 0,-139.442 c 0,-26.843 13.206,-40.106 39.912,-40.106 l 16.274,0 c 26.712,0 39.911,13.263 39.911,40.106 l 0,50.284 z" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path36"/></g><path d="m 475.995,386.138 32.854,0 0,215.952 -32.854,0 z" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path38"/><g id="g40" transform="translate(428.3257,506.1461)"><path d="m 0,0 c 0,-8.639 -3.987,-12.652 -12.277,-12.652 l -13.511,0 0,79.596 13.511,0 C -3.987,66.944 0,62.935 0,54.298 Z m -7.061,95.944 -51.577,0 0,-215.952 32.85,0 0,78.362 18.727,0 c 26.711,0 39.911,13.263 39.911,40.1 l 0,57.384 c 0,26.842 -13.2,40.106 -39.911,40.106" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path42"/></g><g id="g44" transform="translate(357.6425,190.8749)"><path d="M 0,0 188.054,0 92.068,-31.654 Z" style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" id="path46"/></g></g></g></g></svg> \ No newline at end of file
diff --git a/uncompressed/epicgames/index.js b/uncompressed/epicgames/index.js
new file mode 100644
index 0000000..891040d
--- /dev/null
+++ b/uncompressed/epicgames/index.js
@@ -0,0 +1,2 @@
1module.exports = Ferdi => class epicgames extends Ferdi {
2};
diff --git a/uncompressed/epicgames/package.json b/uncompressed/epicgames/package.json
new file mode 100644
index 0000000..98873ff
--- /dev/null
+++ b/uncompressed/epicgames/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "epicgames",
3 "name": "Epic Games Store",
4 "version": "1.0.0",
5 "description": "An unofficial Ferdi recipe for the Epic Games Store",
6 "main": "index.js",
7 "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://www.epicgames.com/id/login?lang=en_US&redirectUrl=https%3A%2F%2Fwww.epicgames.com%2Fstore%2Fen-US%2F&noHostRedirect=true"
11 }
12}
diff --git a/uncompressed/epicgames/service.css b/uncompressed/epicgames/service.css
new file mode 100644
index 0000000..38dcab0
--- /dev/null
+++ b/uncompressed/epicgames/service.css
@@ -0,0 +1 @@
/* Insert custom styles you want to insert here */ \ No newline at end of file
diff --git a/uncompressed/epicgames/webview.js b/uncompressed/epicgames/webview.js
new file mode 100644
index 0000000..ddd0b40
--- /dev/null
+++ b/uncompressed/epicgames/webview.js
@@ -0,0 +1,15 @@
1"use strict";
2
3var _path = _interopRequireDefault(require("path"));
4
5function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
6
7module.exports = Ferdi => {
8 const getMessages = function getMessages() {
9 // TODO: Insert your notification-finding code here
10 Ferdi.setBadge(0, 0);
11 };
12
13 Ferdi.loop(getMessages);
14 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css'));
15};
diff --git a/uncompressed/gitlab/.gitattributes b/uncompressed/gitlab/.gitattributes
new file mode 100644
index 0000000..dfe0770
--- /dev/null
+++ b/uncompressed/gitlab/.gitattributes
@@ -0,0 +1,2 @@
1# Auto detect text files and perform LF normalization
2* text=auto
diff --git a/uncompressed/gitlab/.gitignore b/uncompressed/gitlab/.gitignore
new file mode 100644
index 0000000..e43b0f9
--- /dev/null
+++ b/uncompressed/gitlab/.gitignore
@@ -0,0 +1 @@
.DS_Store
diff --git a/uncompressed/gitlab/README.md b/uncompressed/gitlab/README.md
new file mode 100644
index 0000000..979c01a
--- /dev/null
+++ b/uncompressed/gitlab/README.md
@@ -0,0 +1,5 @@
1# GitLab for Ferdi
2
3An unofficial Ferdi recipe for GitLab CI
4
5*NOTE: Technically, the service URL is should be `https://gitlab.com/` but it has been set to the login page because the service URL on account without logins redirect to `https://about.gitlab.com/`*
diff --git a/uncompressed/gitlab/icon.png b/uncompressed/gitlab/icon.png
new file mode 100644
index 0000000..787fd91
--- /dev/null
+++ b/uncompressed/gitlab/icon.png
Binary files differ
diff --git a/uncompressed/gitlab/icon.svg b/uncompressed/gitlab/icon.svg
new file mode 100644
index 0000000..d3c4337
--- /dev/null
+++ b/uncompressed/gitlab/icon.svg
@@ -0,0 +1,13 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<svg xmlns="http://www.w3.org/2000/svg" width="492.50943" height="453.67966" viewBox="0 0 492.50943 453.67966">
3 <g fill="none" fill-rule="evenodd">
4 <path d="M491.58891 259.39833l-27.55867-84.81467L409.41291 6.48633c-2.80934-8.648-15.04533-8.648-17.856 0l-54.61867 168.09733H155.57158l-54.62-168.09733c-2.80933-8.648-15.04533-8.648-17.856 0L28.47825 174.58366.92092 259.39833c-2.514669 7.736.24 16.21066 6.82 20.992l238.51333 173.28933 238.51466-173.28933c6.58-4.78134 9.33333-13.256 6.82-20.992" fill="#fc6d26"/>
5 <path d="M246.25478 453.67966l90.684-279.096h-181.368z" fill="#e24329"/>
6 <path d="M246.25478 453.67912l-90.684-279.09466h-127.092z" fill="#fc6d26"/>
7 <path d="M28.47878 174.58406L.92012 259.39873c-2.513336 7.736.24 16.21066 6.82133 20.99066l238.51333 173.28933z" fill="#fca326"/>
8 <path d="M28.47878 174.58433h127.092L100.95212 6.487c-2.81067-8.64933-15.04667-8.64933-17.856 0z" fill="#e24329"/>
9 <path d="M246.25478 453.67912l90.684-279.09466h127.09199z" fill="#fc6d26"/>
10 <path d="M464.03064 174.58406l27.55867 84.81467c2.51333 7.736-.24 16.21066-6.82134 20.99066L246.25465 453.67872z" fill="#fca326"/>
11 <path d="M464.03064 174.58433h-127.092L391.55731 6.487c2.81066-8.64933 15.04666-8.64933 17.856 0z" fill="#e24329"/>
12 </g>
13</svg> \ No newline at end of file
diff --git a/uncompressed/gitlab/index.js b/uncompressed/gitlab/index.js
new file mode 100644
index 0000000..500d8e8
--- /dev/null
+++ b/uncompressed/gitlab/index.js
@@ -0,0 +1,2 @@
1module.exports = Ferdi => class gitlab extends Ferdi {
2};
diff --git a/uncompressed/gitlab/package.json b/uncompressed/gitlab/package.json
new file mode 100644
index 0000000..928203e
--- /dev/null
+++ b/uncompressed/gitlab/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "gitlab",
3 "name": "GitLab",
4 "version": "1.0.0",
5 "description": "An unofficial Ferdi recipe for GitLab CI",
6 "main": "index.js",
7 "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://gitlab.com/users/sign_in"
11 }
12}
diff --git a/uncompressed/gitlab/service.css b/uncompressed/gitlab/service.css
new file mode 100644
index 0000000..38dcab0
--- /dev/null
+++ b/uncompressed/gitlab/service.css
@@ -0,0 +1 @@
/* Insert custom styles you want to insert here */ \ No newline at end of file
diff --git a/uncompressed/gitlab/webview.js b/uncompressed/gitlab/webview.js
new file mode 100644
index 0000000..ddd0b40
--- /dev/null
+++ b/uncompressed/gitlab/webview.js
@@ -0,0 +1,15 @@
1"use strict";
2
3var _path = _interopRequireDefault(require("path"));
4
5function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
6
7module.exports = Ferdi => {
8 const getMessages = function getMessages() {
9 // TODO: Insert your notification-finding code here
10 Ferdi.setBadge(0, 0);
11 };
12
13 Ferdi.loop(getMessages);
14 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css'));
15};
diff --git a/uncompressed/tutanota/.gitattributes b/uncompressed/tutanota/.gitattributes
new file mode 100644
index 0000000..dfe0770
--- /dev/null
+++ b/uncompressed/tutanota/.gitattributes
@@ -0,0 +1,2 @@
1# Auto detect text files and perform LF normalization
2* text=auto
diff --git a/uncompressed/tutanota/.gitignore b/uncompressed/tutanota/.gitignore
new file mode 100644
index 0000000..e43b0f9
--- /dev/null
+++ b/uncompressed/tutanota/.gitignore
@@ -0,0 +1 @@
.DS_Store
diff --git a/uncompressed/tutanota/README.md b/uncompressed/tutanota/README.md
new file mode 100644
index 0000000..da02c2c
--- /dev/null
+++ b/uncompressed/tutanota/README.md
@@ -0,0 +1,3 @@
1# Tutanota for Ferdi
2
3An unofficial Ferdi recipe for Tutanota
diff --git a/uncompressed/tutanota/icon.png b/uncompressed/tutanota/icon.png
new file mode 100644
index 0000000..f9a152d
--- /dev/null
+++ b/uncompressed/tutanota/icon.png
Binary files differ
diff --git a/uncompressed/tutanota/icon.svg b/uncompressed/tutanota/icon.svg
new file mode 100644
index 0000000..dd24bb6
--- /dev/null
+++ b/uncompressed/tutanota/icon.svg
@@ -0,0 +1,14 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Vectornator for iOS (http://vectornator.io/) --><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2<svg style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;" xmlns:vectornator="http://vectornator.io" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" version="1.1" viewBox="0 0 1024 1024">
3<metadata>
4<vectornator:setting key="DynamicGuides" value="1"/>
5<vectornator:setting key="Units" value="Points"/>
6<vectornator:setting key="GridSpacing" value="36"/>
7<vectornator:setting key="SnapToGuides" value="1"/>
8<vectornator:setting key="RulersVisible" value="1"/>
9</metadata>
10<defs/>
11<g id="Untitled" vectornator:layerName="Untitled">
12<path d="M93.2177+42.4274C43.0967+42.4274+2.51213+83.9587+2.51213+135.137L2.51213+991.34C2.51213+994.587+2.69453+997.858+2.99986+1001.02C36.7047+988.182+72.4873+974.149+110.276+958.718C373.317+851.384+588.365+760.125+588.559+657.083C588.559+653.784+588.337+650.452+587.877+647.12C574.277+545.387+336.451+513.848+336.781+467.225C336.808+464.749+337.494+462.159+338.954+459.568C367.523+408.418+480.684+410.867+522.359+407.251C564.07+403.55+661.961+404.316+666.691+373.835C666.83+372.894+666.917+371.958+666.917+371.017C667.028+342.696+599.599+331.594+599.599+331.594C599.599+331.594+681.422+344.091+681.2+376.627C681.2+378.22+681.01+379.87+680.574+381.548C671.763+416.505+599.765+423.08+552.154+425.467C507.125+427.773+438.557+433.01+438.323+455.495C438.295+456.804+438.518+458.17+438.978+459.564C449.723+492.438+701.042+508.266+861.834+593.574C954.364+642.617+1000.38+724.994+1021.49+810.1L1021.49+135.125C1021.49+83.9465+980.872+42.4152+930.806+42.4152L93.2177+42.4152L93.2177+42.4274Z" opacity="1" fill="#840010"/>
13</g>
14</svg>
diff --git a/uncompressed/tutanota/index.js b/uncompressed/tutanota/index.js
new file mode 100644
index 0000000..3947605
--- /dev/null
+++ b/uncompressed/tutanota/index.js
@@ -0,0 +1,2 @@
1module.exports = Ferdi => class tutanota extends Ferdi {
2};
diff --git a/uncompressed/tutanota/package.json b/uncompressed/tutanota/package.json
new file mode 100644
index 0000000..6482856
--- /dev/null
+++ b/uncompressed/tutanota/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "tutanota",
3 "name": "Tutanota",
4 "version": "1.0.0",
5 "description": "An unofficial Ferdi recipe for Tutanota",
6 "main": "index.js",
7 "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://mail.tutanota.com/"
11 }
12}
diff --git a/uncompressed/tutanota/service.css b/uncompressed/tutanota/service.css
new file mode 100644
index 0000000..38dcab0
--- /dev/null
+++ b/uncompressed/tutanota/service.css
@@ -0,0 +1 @@
/* Insert custom styles you want to insert here */ \ No newline at end of file
diff --git a/uncompressed/tutanota/webview.js b/uncompressed/tutanota/webview.js
new file mode 100644
index 0000000..ddd0b40
--- /dev/null
+++ b/uncompressed/tutanota/webview.js
@@ -0,0 +1,15 @@
1"use strict";
2
3var _path = _interopRequireDefault(require("path"));
4
5function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
6
7module.exports = Ferdi => {
8 const getMessages = function getMessages() {
9 // TODO: Insert your notification-finding code here
10 Ferdi.setBadge(0, 0);
11 };
12
13 Ferdi.loop(getMessages);
14 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css'));
15};