From 79b7c67bb91d45945c90fc73f006ef9e955a1f84 Mon Sep 17 00:00:00 2001 From: Jesse de Boer Date: Tue, 1 Feb 2022 17:37:02 +0100 Subject: [PATCH 1/4] Adding Hyva to h.json --- src/technologies/h.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/technologies/h.json b/src/technologies/h.json index 484d7379c..1a9cba023 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -1158,4 +1158,17 @@ "scriptSrc": "merchant\\.cdn\\.hoolah\\.co/", "website": "https://www.hoolah.co" } -} \ No newline at end of file + "hyva": { + "cats": [ + 6 + ] + "description": "Hyvä themes is a frontend for Magento 2", + "icon": "hyva.png", + "implies": "Magento" + "pricing": [ + "onetime" + ], + "headers": {"X-Built-With": "^Hyva Themes$" }, + "website": "https://hyva.io/" + } +} From 6ea0775b419d56f45b26cc56be8e1d02c043e2a3 Mon Sep 17 00:00:00 2001 From: Jesse de Boer Date: Tue, 1 Feb 2022 17:46:02 +0100 Subject: [PATCH 2/4] Added icon of Hyva --- src/drivers/webextension/images/icons/hyva.svg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/drivers/webextension/images/icons/hyva.svg diff --git a/src/drivers/webextension/images/icons/hyva.svg b/src/drivers/webextension/images/icons/hyva.svg new file mode 100644 index 000000000..6b35be07e --- /dev/null +++ b/src/drivers/webextension/images/icons/hyva.svg @@ -0,0 +1,8 @@ + + + + + + + + From 5cd0a2e4f0277211f6efdad67f83edf4e80229a0 Mon Sep 17 00:00:00 2001 From: Jesse de Boer Date: Tue, 1 Feb 2022 17:48:40 +0100 Subject: [PATCH 3/4] Rename hyva.svg to Hyva.svg --- src/drivers/webextension/images/icons/{hyva.svg => Hyva.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/drivers/webextension/images/icons/{hyva.svg => Hyva.svg} (100%) diff --git a/src/drivers/webextension/images/icons/hyva.svg b/src/drivers/webextension/images/icons/Hyva.svg similarity index 100% rename from src/drivers/webextension/images/icons/hyva.svg rename to src/drivers/webextension/images/icons/Hyva.svg From 2ab3efb9abcb6f40ad33bb43016d2dbea8f890b2 Mon Sep 17 00:00:00 2001 From: Jesse de Boer Date: Tue, 1 Feb 2022 17:49:36 +0100 Subject: [PATCH 4/4] Changed icon from png to svg --- src/technologies/h.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/h.json b/src/technologies/h.json index 1a9cba023..8b449d28a 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -1163,7 +1163,7 @@ 6 ] "description": "Hyvä themes is a frontend for Magento 2", - "icon": "hyva.png", + "icon": "Hyva.svg", "implies": "Magento" "pricing": [ "onetime"