From 3a04d493e0442112c550833879d651aec31ef57f Mon Sep 17 00:00:00 2001 From: Ali Aghaie Date: Mon, 15 Jan 2018 15:14:11 +0330 Subject: [PATCH 1/2] Add Shopfa --- src/apps.json | 13 +++++++++++++ src/icons/Shopfa.svg | 19 +++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 src/icons/Shopfa.svg diff --git a/src/apps.json b/src/apps.json index cb7e0418d..01fcc548e 100644 --- a/src/apps.json +++ b/src/apps.json @@ -8469,6 +8469,19 @@ ], "website": "http://shopery.com" }, + "Shopfa": { + "cats": [ + "6" + ], + "js": { + "shopfa": "" + }, + "meta": { + "generator": "^ShopFA ([\\d.]+)$\\;version:\\1" + }, + "icon": "Shopfa.svg", + "website": "https://shopfa.com" + }, "Shopify": { "cats": [ "6" diff --git a/src/icons/Shopfa.svg b/src/icons/Shopfa.svg new file mode 100644 index 000000000..dafcfd5c3 --- /dev/null +++ b/src/icons/Shopfa.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + From d7d6d526e39edc5ada259f29a2023e8630a69f0e Mon Sep 17 00:00:00 2001 From: Aghaie Date: Thu, 31 Jan 2019 16:22:01 +0330 Subject: [PATCH 2/2] Update ShopFA --- src/apps.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps.json b/src/apps.json index 01fcc548e..23350f68f 100644 --- a/src/apps.json +++ b/src/apps.json @@ -8476,6 +8476,9 @@ "js": { "shopfa": "" }, + "headers": { + "X-Powered-By": "^ShopFA ([\\d.]+)$\\;version:\\1" + }, "meta": { "generator": "^ShopFA ([\\d.]+)$\\;version:\\1" },