aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tutanota
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-09-22 20:56:48 +0200
committerLibravatar GitHub <noreply@github.com>2020-09-22 19:56:48 +0100
commit6f5e4a00588aefdda7a5a1cfe70935870e7e234a (patch)
tree9e29aa7aa0620a1a4a968ff8739b4b8ba96791a9 /recipes/tutanota
parentUpdated logos for Outlook/OWA (diff)
downloadferdium-recipes-6f5e4a00588aefdda7a5a1cfe70935870e7e234a.tar.gz
ferdium-recipes-6f5e4a00588aefdda7a5a1cfe70935870e7e234a.tar.zst
ferdium-recipes-6f5e4a00588aefdda7a5a1cfe70935870e7e234a.zip
Unpack recipes and update recipes icons (#292)
Co-authored-by: Amine Mouafik <amine@mouafik.fr>
Diffstat (limited to 'recipes/tutanota')
-rw-r--r--recipes/tutanota/.gitattributes2
-rw-r--r--recipes/tutanota/.gitignore1
-rw-r--r--recipes/tutanota/README.md3
-rw-r--r--recipes/tutanota/icon.pngbin0 -> 31065 bytes
-rw-r--r--recipes/tutanota/icon.svg14
-rw-r--r--recipes/tutanota/index.js2
-rw-r--r--recipes/tutanota/package.json12
-rw-r--r--recipes/tutanota/service.css1
-rw-r--r--recipes/tutanota/webview.js15
9 files changed, 50 insertions, 0 deletions
diff --git a/recipes/tutanota/.gitattributes b/recipes/tutanota/.gitattributes
new file mode 100644
index 0000000..dfe0770
--- /dev/null
+++ b/recipes/tutanota/.gitattributes
@@ -0,0 +1,2 @@
1# Auto detect text files and perform LF normalization
2* text=auto
diff --git a/recipes/tutanota/.gitignore b/recipes/tutanota/.gitignore
new file mode 100644
index 0000000..e43b0f9
--- /dev/null
+++ b/recipes/tutanota/.gitignore
@@ -0,0 +1 @@
.DS_Store
diff --git a/recipes/tutanota/README.md b/recipes/tutanota/README.md
new file mode 100644
index 0000000..da02c2c
--- /dev/null
+++ b/recipes/tutanota/README.md
@@ -0,0 +1,3 @@
1# Tutanota for Ferdi
2
3An unofficial Ferdi recipe for Tutanota
diff --git a/recipes/tutanota/icon.png b/recipes/tutanota/icon.png
new file mode 100644
index 0000000..f9a152d
--- /dev/null
+++ b/recipes/tutanota/icon.png
Binary files differ
diff --git a/recipes/tutanota/icon.svg b/recipes/tutanota/icon.svg
new file mode 100644
index 0000000..dd24bb6
--- /dev/null
+++ b/recipes/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/recipes/tutanota/index.js b/recipes/tutanota/index.js
new file mode 100644
index 0000000..3947605
--- /dev/null
+++ b/recipes/tutanota/index.js
@@ -0,0 +1,2 @@
1module.exports = Ferdi => class tutanota extends Ferdi {
2};
diff --git a/recipes/tutanota/package.json b/recipes/tutanota/package.json
new file mode 100644
index 0000000..6482856
--- /dev/null
+++ b/recipes/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/recipes/tutanota/service.css b/recipes/tutanota/service.css
new file mode 100644
index 0000000..38dcab0
--- /dev/null
+++ b/recipes/tutanota/service.css
@@ -0,0 +1 @@
/* Insert custom styles you want to insert here */ \ No newline at end of file
diff --git a/recipes/tutanota/webview.js b/recipes/tutanota/webview.js
new file mode 100644
index 0000000..ddd0b40
--- /dev/null
+++ b/recipes/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};