From de50a049e4bf044c804ddafaf2fd14d053d75885 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 6 Jun 2022 19:31:22 +0600 Subject: [PATCH 1/2] Add Swym Wishlist Plus / shopify-app --- .../webextension/images/icons/Swym.png | Bin 0 -> 1128 bytes src/technologies/s.json | 19 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Swym.png diff --git a/src/drivers/webextension/images/icons/Swym.png b/src/drivers/webextension/images/icons/Swym.png new file mode 100644 index 0000000000000000000000000000000000000000..dd8830dd6b4f4a7fbc0a74931124b5957ffab150 GIT binary patch literal 1128 zcmV-u1eg1XP)SzS-T|y}P{wPO#unN%2gY+>1dUtid2iQw~W?kOxB=4I%PiLLvq&B|KcBJ}Bse zl9=F&@lDVOH9a}2p@tN#u{;=0VlAWrV@nGyw7vg3Gfbg-*&BB6Xv3cue#!3aeDnSJ z&G*gD48TJGpyL5YThB&r(PK;=uNoupfFUz;%4fl){@n&sz&$-2=8py0*#vBGsr3qE z>!72RWkiz6-xX(GWw;+;&I~wHC}#zCe;U)CYHY%Rfsuuj#|s?Yg3Yz?;cr`4Vky5} zd~O!vCJx*}4jE4H7@&H*V{O;82VsEQ*MwWSz>~nCzAf9BML!q4rSAUVyh`!ax7Vls z0Pl4nXY@95@;-1&F$u&fTGPPzJ3??+h|dXWQPO?FQlRHxUt)vMwY$qVD7b3rd@gQ>g#@=;5o`(5@JK4(h0+3R+=V;rK70Z>^#peOh zk5tS!{$-WnmHiu2Loh!ujK|}?OeSN^1#``SEIV}ir8OcOT_W&f4y}KG{we#Fgg;v+|#{u$CXPkW)<_)Doik>MOw~JQH!ye{80ahP-Nh; z5n*)gYcb|C4~vp)RQx8YdI&`DSu!BVh@VHT${~RQ#2PbKTb}6;3P(o85#Tpg&g$&k zl)eD&;NZ0rMiRS2LE>*mJ+Md7LovmJfH1tqn00Jf_|j)vTGI(({+@VzbHj{t_*3Y7 zNh~Q z1uJFJ?h6A)j?iQhz`r4p6o&hRt>$o47R?p$42#&~h~oF<5H54xxqscsRL!%X2ITGb zrVlY=IM~~^6BIJLd+KgSfp`xwMs{_)(0$65*4+tVp2v0a)aHf&!FE8_Dh{vJ9I=dy zXOJjgk4;XdKYF=u#`ayS1a@#)b~nM?ZbWXu?-?HWrPN8nc{8d9bZOCJOdhWqyBCY_ uPX3~bZ?6*EFL3!r^ literal 0 HcmV?d00001 diff --git a/src/technologies/s.json b/src/technologies/s.json index 31c86671d..18377ad00 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -5169,6 +5169,25 @@ "scriptSrc": "swiper(?:\\.min)?\\.js", "website": "https://swiperjs.com" }, + "Swym Wishlist Plus": { + "cats": [ + 100 + ], + "description": "Swym Wishlist Plus enables your customers to bookmark their favorite products and pick up where they left off when they return.", + "icon": "Swym.svg", + "implies": "Shopify", + "js": { + "swappName": "Wishlist", + "swymCart.attributes": "\\;confidence:50" + }, + "saas": true, + "pricing": [ + "freemium", + "low", + "recurring" + ], + "website": "https://swym.it/apps/wishlist/" + }, "Sylius": { "cats": [ 6 From efac07dfa15211b0784d56efde2d96749fb73342 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 6 Jun 2022 19:44:59 +0600 Subject: [PATCH 2/2] fix --- src/technologies/s.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index 18377ad00..ff0d95dc2 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -5174,7 +5174,7 @@ 100 ], "description": "Swym Wishlist Plus enables your customers to bookmark their favorite products and pick up where they left off when they return.", - "icon": "Swym.svg", + "icon": "Swym.png", "implies": "Shopify", "js": { "swappName": "Wishlist",