aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--all.json11
-rw-r--r--recipes/googlecontacts/README.md8
-rw-r--r--recipes/googlecontacts/icon.pngbin0 -> 115229 bytes
-rw-r--r--recipes/googlecontacts/icon.svg22
-rw-r--r--recipes/googlecontacts/index.js2
-rw-r--r--recipes/googlecontacts/package.json12
-rw-r--r--recipes/googlecontacts/webview.js1
7 files changed, 56 insertions, 0 deletions
diff --git a/all.json b/all.json
index 94bfc75..eb58a4f 100644
--- a/all.json
+++ b/all.json
@@ -462,6 +462,17 @@
462 } 462 }
463 }, 463 },
464 { 464 {
465 "author": "Vijay Raghavan Aravamudhan <avijayr@protonmail.com>",
466 "featured": false,
467 "id": "google-contacts",
468 "name": "Google Contacts",
469 "version": "1.0.0",
470 "icons": {
471 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/google-contacts/icon.png",
472 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/google-contacts/icon.svg"
473 }
474 },
475 {
465 "author": "Rico Herwig <rherwig4711@gmail.com>", 476 "author": "Rico Herwig <rherwig4711@gmail.com>",
466 "featured": false, 477 "featured": false,
467 "id": "googlecalendar", 478 "id": "googlecalendar",
diff --git a/recipes/googlecontacts/README.md b/recipes/googlecontacts/README.md
new file mode 100644
index 0000000..1be20c0
--- /dev/null
+++ b/recipes/googlecontacts/README.md
@@ -0,0 +1,8 @@
1# Google Contacts for Ferdi
2A Ferdi recipe for Google Contacts
3
4### Release notes
51.0.0: Initial release
6
7### How to create your own Ferdi recipes:
8* [Read the documentation](https://github.com/getferdi/recipes/blob/master/docs/integration.md)
diff --git a/recipes/googlecontacts/icon.png b/recipes/googlecontacts/icon.png
new file mode 100644
index 0000000..4ffcdae
--- /dev/null
+++ b/recipes/googlecontacts/icon.png
Binary files differ
diff --git a/recipes/googlecontacts/icon.svg b/recipes/googlecontacts/icon.svg
new file mode 100644
index 0000000..3489f19
--- /dev/null
+++ b/recipes/googlecontacts/icon.svg
@@ -0,0 +1,22 @@
1<?xml version="1.0" standalone="no"?>
2<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3 "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5 width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000"
6 preserveAspectRatio="xMidYMid meet">
7
8<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
9fill="#1974fc" stroke="none">
10<path d="M2270 4885 c-713 -89 -1355 -508 -1721 -1126 -172 -290 -283 -621
11-318 -951 -14 -125 -14 -371 0 -496 35 -329 156 -687 323 -962 357 -584 924
12-971 1616 -1102 136 -25 505 -36 648 -18 921 113 1672 722 1962 1589 84 250
13120 475 120 741 0 266 -36 491 -120 740 -119 356 -302 654 -559 910 -389 387
14-879 623 -1413 680 -130 13 -408 11 -538 -5z m431 -1143 c173 -48 312 -194
15354 -373 54 -230 -62 -468 -280 -575 l-80 -39 -135 0 -135 0 -80 39 c-156 76
16-264 223 -288 391 -35 243 123 489 357 556 82 23 204 24 287 1z m-6 -1292 c97
17-9 166 -20 310 -50 116 -24 327 -116 435 -190 78 -54 164 -145 202 -215 33
18-59 33 -62 36 -215 3 -139 1 -161 -18 -212 -27 -72 -92 -141 -168 -176 l-57
19-27 -865 0 -865 0 -57 28 c-70 35 -141 112 -165 182 -14 39 -18 83 -18 196 l0
20145 37 75 c97 195 350 350 694 424 185 40 330 50 499 35z"/>
21</g>
22</svg>
diff --git a/recipes/googlecontacts/index.js b/recipes/googlecontacts/index.js
new file mode 100644
index 0000000..0f639fe
--- /dev/null
+++ b/recipes/googlecontacts/index.js
@@ -0,0 +1,2 @@
1"use strict";
2module.exports = Franz => Franz;
diff --git a/recipes/googlecontacts/package.json b/recipes/googlecontacts/package.json
new file mode 100644
index 0000000..c633f6a
--- /dev/null
+++ b/recipes/googlecontacts/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "google-contacts",
3 "name": "Google Contacts",
4 "version": "1.0.0",
5 "description": "Google Contacts",
6 "main": "index.js",
7 "author": "Vijay Raghavan Aravamudhan <avijayr@protonmail.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://contacts.google.com/"
11 }
12}
diff --git a/recipes/googlecontacts/webview.js b/recipes/googlecontacts/webview.js
new file mode 100644
index 0000000..3918c74
--- /dev/null
+++ b/recipes/googlecontacts/webview.js
@@ -0,0 +1 @@
"use strict";