From 62b099897a430383ea494576eb3107a4a3ff9af0 Mon Sep 17 00:00:00 2001 From: nurbek <nurbek.dildabekov@gmail.com> Date: Thu, 16 Dec 2021 13:53:30 +0600 Subject: [PATCH 1/2] Add Theme Vision Agama / WP themes --- .../images/icons/Theme Vision.png | Bin 0 -> 1185 bytes src/technologies/t.json | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Theme Vision.png diff --git a/src/drivers/webextension/images/icons/Theme Vision.png b/src/drivers/webextension/images/icons/Theme Vision.png new file mode 100644 index 0000000000000000000000000000000000000000..9dbbed890c632fc57851c4e5df5e30849e788d40 GIT binary patch literal 1185 zcmV;S1YY}zP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800009a7bBm000XU z000XU0RWnu7ytkO0drDELIAGL9O(c600d`2O+f$vv5yP<VFdsH1U5-TK~#7Fy;n<X zBvlmtZoRsy)2(^vplBvR8D%nAsjER3E@l=EA}Cq8oj>5OaN)*<Zd?o~s2~cWxKrFJ zGKxC|Q5iFlz@*dZSG{lfom(l)vs2yanbQ<?tE=ug-}%m?PN{-|`y?l+R!SYZc5ok! z=Xq|<l~K#G9vpxy%Mga4S&LEIwh;uuvFGXo5IT>bKTWjGF&qw%CK>mX09viqG4D?W z@PFtI$58RcX$d3B%|6-)!x+6@uet-zbK$z~$@@rEkt7M?I3{f=w$cW^@7mZJWEgJm zA?x%I|Mn-|y0i=b#j9{grPpY{bsQ5@iF2B!W`9v={+HrH>lV%aOHdX~<me|i>FPQ` zI0WMvFmjgtPL(VvW0oc<28oS3LkoZPGxT;Mq}xNJf80fQ`wO^8pk8{}P$V&R2%_3A zPNZpuhk~EsSwGUX9G23^@(UQo%kYZCFe*l6ZzWbq`4Or~qda2mpB);u;{n<qeE{#5 zpNs<W!1sLvLar@7Y+EBd(*B0~H5ni~I>5c*2KAqwYE~7$D)3rJ<1*uQ#zm$X_ng^W zFrk=S&L_8^f4z-_v`dx?{lY+&DKs0u!}sp)tJVmUOBls#CJdFM$I4JBX)vZHo?2r$ zwQ<c+*j)$^%`YM!1W=1>Xn)y)6%L^Gy1=_{!+z&|I4e(qRFDOhSfh`&{hiTM6pDuE zMdKzGy;U+)(q4s4&J_>?K#nR)+dNhlDtvQNQ^?nw=>G6A@_(X|sWib{p22IkP1c)g z3BLxSJG{2a*tySRq4~l-$!dHE#tM<j?@;|6t;K8$7<^8qBNHYRJ^{RWrtx|J#tM<J z^oqStQG}Z)61LtnX69Zcw^z<IE^^LREa4#S{cq{Huq57ljQwl0-KeGEd;pY<qC@Ya z&9X~N`2^QV|5|Mo=K#R+Oz)xC`HV|;L4twJYHDu~n5eDy-k356Bnuhu?e_?x!zH^% z7D2UN1^nkGQacrZLcELr2D)ECNHm?)dlG8l^}3Ev4?y&XY&6}?524wZ%H-ppODwx! z9h1t$IY8pE+Z?j%^?}4iVY5p#AB8o4gLgelO2NbognY|6&xB~X9(2@T{<)-{-n$oT z4=e{|A_k<rhl?>DTXksMXV>LS;IBe0y)tp^E18Iahym~~Dg^xLq(KmTzdybK6+D4y z5!3^q$|Ii7vGA~mJY?qcP~NkABfeo8(zH@L1nl^5`0^`83OT#1m3pw3uW{jGYW`7| z0U1!-3_kl!-qFw<)`GhN_v!06uhe27mx1ESW$2xjnQfG%;a<MM@>`lJ^ACzT>(fle zEg7*R4xM63hL<2{qBYk%an7G90GanjqY;N9Z6+Z_<IQH%Oi!~gJ{Ev{T9vbYd0Ra9 z%=|aouelQeXwoj!AB?XUo|V^Q0o3`Vo~8T;x8uujl3~x100000NkvXXu0mjfZQ3o{ literal 0 HcmV?d00001 diff --git a/src/technologies/t.json b/src/technologies/t.json index a962ec091..aaf5db267 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -1047,6 +1047,24 @@ "scriptSrc": "/wp-content/themes/bulk(?:-pro)?/.+customscript\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1", "website": "https://themes4wp.com/theme/bulk" }, + "Theme Vision Agama": { + "cats": [ + 80 + ], + "description": "Agama is a free multi-purpose WordPress theme by Theme Vision.", + "icon": "Theme Vision.png", + "js": { + "agama": "", + "agama_pro": "" + }, + "pricing": [ + "freemium", + "onetime" + ], + "requires": "WordPress", + "scriptSrc": "/wp-content/themes/agama(?:-pro)?/.+functions\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1", + "website": "https://themes4wp.com/theme/bulk" + }, "ThemezHut Bam": { "cats": [ 80 From 9c9fb58910a176fa234583313d169dd27c9e28ee Mon Sep 17 00:00:00 2001 From: nurbek <nurbek.dildabekov@gmail.com> Date: Thu, 16 Dec 2021 13:56:07 +0600 Subject: [PATCH 2/2] fix website --- src/technologies/t.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/t.json b/src/technologies/t.json index aaf5db267..102f53084 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -1063,7 +1063,7 @@ ], "requires": "WordPress", "scriptSrc": "/wp-content/themes/agama(?:-pro)?/.+functions\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1", - "website": "https://themes4wp.com/theme/bulk" + "website": "https://theme-vision.com/agama" }, "ThemezHut Bam": { "cats": [