From 5e1f1fcc576153ad3e37fa6c5c7ed90032ec16b8 Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Thu, 7 Nov 2019 18:28:38 -0300 Subject: [PATCH 1/2] Add Airform --- src/apps.json | 10 ++++++++++ src/icons/Airform.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 src/icons/Airform.svg diff --git a/src/apps.json b/src/apps.json index 2e9f744be..2f6b3f752 100644 --- a/src/apps.json +++ b/src/apps.json @@ -543,6 +543,16 @@ "icon": "Airee.png", "website": "http://xn--80aqc2a.xn--p1ai" }, + "Airform": { + "cats": [ + 61 + ], + "html": [ + "]+?action=\"[^\"]+airform.io" + ], + "icon": "Airform.png", + "website": "https://airform.io" + }, "Akamai": { "cats": [ 31 diff --git a/src/icons/Airform.svg b/src/icons/Airform.svg new file mode 100644 index 000000000..188efcda5 --- /dev/null +++ b/src/icons/Airform.svg @@ -0,0 +1 @@ + From 4db3459b30c5761f37270d3a9902dc0ff121c5dc Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Fri, 8 Nov 2019 16:41:00 -0300 Subject: [PATCH 2/2] Fix image extension of the Airform --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 2f6b3f752..209f881d3 100644 --- a/src/apps.json +++ b/src/apps.json @@ -550,7 +550,7 @@ "html": [ "]+?action=\"[^\"]+airform.io" ], - "icon": "Airform.png", + "icon": "Airform.svg", "website": "https://airform.io" }, "Akamai": {