aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-25 22:29:57 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-05-25 22:30:42 +0530
commit4a4a8d739b68694cf406ba6736f22cc9f94a390e (patch)
tree2b827670fdac56e5744530c479be28a6589bba08
parentBypass hygiene check for git dirty state if running within a Docker container... (diff)
downloadferdium-recipes-4a4a8d739b68694cf406ba6736f22cc9f94a390e.tar.gz
ferdium-recipes-4a4a8d739b68694cf406ba6736f22cc9f94a390e.tar.zst
ferdium-recipes-4a4a8d739b68694cf406ba6736f22cc9f94a390e.zip
Minifying images
-rw-r--r--all.json8
-rw-r--r--recipes/aws-workmail/icon.pngbin371197 -> 262922 bytes
-rw-r--r--recipes/aws-workmail/package.json2
-rw-r--r--recipes/gmail/icon.pngbin81946 -> 54217 bytes
-rw-r--r--recipes/gmail/package.json2
-rw-r--r--recipes/googlecontacts/icon.pngbin115229 -> 80567 bytes
-rw-r--r--recipes/googlecontacts/package.json2
-rw-r--r--recipes/snapdrop/icon.pngbin275511 -> 170218 bytes
-rw-r--r--recipes/snapdrop/package.json2
9 files changed, 8 insertions, 8 deletions
diff --git a/all.json b/all.json
index 70fafdf..2c0943e 100644
--- a/all.json
+++ b/all.json
@@ -15,7 +15,7 @@
15 "featured": false, 15 "featured": false,
16 "id": "amazon-work-mail", 16 "id": "amazon-work-mail",
17 "name": "Amazon WorkMail", 17 "name": "Amazon WorkMail",
18 "version": "1.0.2", 18 "version": "1.0.3",
19 "icons": { 19 "icons": {
20 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/amazon-work-mail/icon.png", 20 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/amazon-work-mail/icon.png",
21 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/amazon-work-mail/icon.svg" 21 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/amazon-work-mail/icon.svg"
@@ -455,7 +455,7 @@
455 "featured": true, 455 "featured": true,
456 "id": "gmail", 456 "id": "gmail",
457 "name": "Gmail", 457 "name": "Gmail",
458 "version": "1.3.6", 458 "version": "1.3.7",
459 "icons": { 459 "icons": {
460 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/gmail/icon.png", 460 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/gmail/icon.png",
461 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/gmail/icon.svg" 461 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/gmail/icon.svg"
@@ -466,7 +466,7 @@
466 "featured": false, 466 "featured": false,
467 "id": "google-contacts", 467 "id": "google-contacts",
468 "name": "Google Contacts", 468 "name": "Google Contacts",
469 "version": "1.0.0", 469 "version": "1.0.1",
470 "icons": { 470 "icons": {
471 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/google-contacts/icon.png", 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" 472 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/google-contacts/icon.svg"
@@ -1258,7 +1258,7 @@
1258 "featured": false, 1258 "featured": false,
1259 "id": "snapdrop", 1259 "id": "snapdrop",
1260 "name": "Snapdrop", 1260 "name": "Snapdrop",
1261 "version": "1.0.0", 1261 "version": "1.0.1",
1262 "icons": { 1262 "icons": {
1263 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/snapdrop/icon.png", 1263 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/snapdrop/icon.png",
1264 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/snapdrop/icon.svg" 1264 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/snapdrop/icon.svg"
diff --git a/recipes/aws-workmail/icon.png b/recipes/aws-workmail/icon.png
index feb2682..9627dd3 100644
--- a/recipes/aws-workmail/icon.png
+++ b/recipes/aws-workmail/icon.png
Binary files differ
diff --git a/recipes/aws-workmail/package.json b/recipes/aws-workmail/package.json
index e2231f5..128fa3c 100644
--- a/recipes/aws-workmail/package.json
+++ b/recipes/aws-workmail/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "amazon-work-mail", 2 "id": "amazon-work-mail",
3 "name": "Amazon WorkMail", 3 "name": "Amazon WorkMail",
4 "version": "1.0.2", 4 "version": "1.0.3",
5 "description": "Amazon WorkMail", 5 "description": "Amazon WorkMail",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Yoav Maman", 7 "author": "Yoav Maman",
diff --git a/recipes/gmail/icon.png b/recipes/gmail/icon.png
index 3aa2dc0..967ed26 100644
--- a/recipes/gmail/icon.png
+++ b/recipes/gmail/icon.png
Binary files differ
diff --git a/recipes/gmail/package.json b/recipes/gmail/package.json
index 59c6e9c..d4d6e3c 100644
--- a/recipes/gmail/package.json
+++ b/recipes/gmail/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "gmail", 2 "id": "gmail",
3 "name": "Gmail", 3 "name": "Gmail",
4 "version": "1.3.6", 4 "version": "1.3.7",
5 "description": "Gmail", 5 "description": "Gmail",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>", 7 "author": "Stefan Malzner <stefan@adlk.io>",
diff --git a/recipes/googlecontacts/icon.png b/recipes/googlecontacts/icon.png
index 4ffcdae..6aa6a8e 100644
--- a/recipes/googlecontacts/icon.png
+++ b/recipes/googlecontacts/icon.png
Binary files differ
diff --git a/recipes/googlecontacts/package.json b/recipes/googlecontacts/package.json
index c633f6a..732e926 100644
--- a/recipes/googlecontacts/package.json
+++ b/recipes/googlecontacts/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "google-contacts", 2 "id": "google-contacts",
3 "name": "Google Contacts", 3 "name": "Google Contacts",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "Google Contacts", 5 "description": "Google Contacts",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Vijay Raghavan Aravamudhan <avijayr@protonmail.com>", 7 "author": "Vijay Raghavan Aravamudhan <avijayr@protonmail.com>",
diff --git a/recipes/snapdrop/icon.png b/recipes/snapdrop/icon.png
index 2ac0711..7e4ac13 100644
--- a/recipes/snapdrop/icon.png
+++ b/recipes/snapdrop/icon.png
Binary files differ
diff --git a/recipes/snapdrop/package.json b/recipes/snapdrop/package.json
index 3fd670c..3e5ee1c 100644
--- a/recipes/snapdrop/package.json
+++ b/recipes/snapdrop/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "snapdrop", 2 "id": "snapdrop",
3 "name": "Snapdrop", 3 "name": "Snapdrop",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "Snapdrop recipe for Franz", 5 "description": "Snapdrop recipe for Franz",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Vijay Raghavan Aravamudhan <avijayr@protonmail.com>", 7 "author": "Vijay Raghavan Aravamudhan <avijayr@protonmail.com>",