From e55f05f7ad3a487242d608f5a570fd450ef0a477 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 4 Jun 2022 01:17:45 +0600 Subject: [PATCH 1/2] Add Fast Bundle / shopify-app --- .../webextension/images/icons/Fast Bundle.svg | 10 ++++++++++ src/technologies/f.json | 20 +++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Fast Bundle.svg diff --git a/src/drivers/webextension/images/icons/Fast Bundle.svg b/src/drivers/webextension/images/icons/Fast Bundle.svg new file mode 100644 index 000000000..cff43c597 --- /dev/null +++ b/src/drivers/webextension/images/icons/Fast Bundle.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/technologies/f.json b/src/technologies/f.json index 8cc7b7ebd..02e3625e4 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -267,6 +267,26 @@ ], "website": "https://www.farfetchplatformsolutions.com/" }, + "Fast Bundle": { + "cats": [ + 100 + ], + "description": "Fast Bundle gives you the ability to create attractive product bundle offers with irresistible discounts.", + "icon": "Fast Bundle.svg", + "implies": "Shopify", + "js": { + "FastBundleConf.cartInfo.app_version": "v([\\d\\.]+)\\;version:\\1", + "FastBundleConf.bundleBox": "" + }, + "scriptSrc": "api\\.fastbundle\\.co/", + "pricing": [ + "freemium", + "recurring", + "low" + ], + "saas": true, + "website": "https://fastbundle.co" + }, "Fast Checkout": { "cats": [ 6 From 2a82580c803a144f5495527f94c8318c33c5a858 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Wed, 8 Jun 2022 07:43:32 +1000 Subject: [PATCH 2/2] Update f.json --- src/technologies/f.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/f.json b/src/technologies/f.json index 02e3625e4..abd5bf96a 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -271,7 +271,7 @@ "cats": [ 100 ], - "description": "Fast Bundle gives you the ability to create attractive product bundle offers with irresistible discounts.", + "description": "Fast Bundle gives you the ability to create product bundle offers with discounts.", "icon": "Fast Bundle.svg", "implies": "Shopify", "js": {