Merge pull request #4744 from nurbek91/Fanplayr

Add Fanplayr / personalisation #4737
main
Elbert Alias 3 years ago committed by GitHub
commit 5bac20acd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,20 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M26.6191 20.6403L11.94 22.3978C11.0089 22.5284 10.1466 22.964 9.48963 23.6379L2.91518 31.3468L2.91717 31.3348L2.91318 31.3428C2.8444 31.4525 2.76365 31.5402 2.67493 31.61L9.84951 26.474C10.3958 26.0434 11.0488 25.7712 11.7386 25.6845L23.6962 24.1872C25.3092 23.9848 26.5393 22.647 26.6061 21.0231L26.6191 20.6403Z" fill="url(#paint0_linear)"/>
<path d="M9.4907 23.6379C10.1476 22.964 11.009 22.5284 11.941 22.3978L26.6202 20.6403L26.7398 17.3994C26.4706 17.4901 26.1925 17.5619 25.9064 17.6118L12.0367 19.9933C10.3361 20.2854 8.84073 21.2883 7.92559 22.7507L2.91923 31.3358L2.91724 31.3478L9.4907 23.6379Z" fill="#421442"/>
<path d="M1.1029 30.7158L3.9161 8.88106C4.268 5.58536 6.81604 2.95159 10.0978 2.49003L26.8165 0.13539C29.0296 -0.176635 30.9805 1.60081 30.8769 3.83284L30.4771 12.4369C30.3565 15.0219 28.4554 17.1741 25.9054 17.6118L12.0357 19.9933C10.335 20.2854 8.83972 21.2883 7.92458 22.7507L2.91423 31.3429C2.35997 32.2261 0.992241 31.7536 1.1029 30.7158Z" fill="url(#paint1_linear)"/>
<defs>
<linearGradient id="paint0_linear" x1="-1.47089" y1="34.7005" x2="37.0521" y2="11.857" gradientUnits="userSpaceOnUse">
<stop offset="0.1967" stop-color="#A615A6"/>
<stop offset="0.2763" stop-color="#A21BA9"/>
<stop offset="0.3846" stop-color="#972DB1"/>
<stop offset="0.5092" stop-color="#8549BE"/>
<stop offset="0.6462" stop-color="#6C71D0"/>
<stop offset="0.7914" stop-color="#4DA3E8"/>
<stop offset="0.9189" stop-color="#2DD6FF"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="28.5471" y1="-0.409985" x2="-6.153" y2="33.0434" gradientUnits="userSpaceOnUse">
<stop offset="0.1431" stop-color="#F37C38"/>
<stop offset="0.7815" stop-color="#EC268F"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

@ -149,6 +149,24 @@
"scripts": "jquery\\.fancybox(?:\\.pack|\\.min)?\\.js(?:\\?v=([\\d.]+))?$\\;version:\\1",
"website": "http://fancyapps.com/fancybox"
},
"Fanplayr": {
"cats": [
76
],
"description": "Fanplayr is a real-time insights platform that provides website optimisation and personalisation solutions for businesses.",
"icon": "Fanplayr.svg",
"dom": "link[href*='cdn.fanplayr.com']",
"js": {
"fanplayr.platform.version": "^([\\d\\.]+)$\\;version:\\1"
},
"scripts": "cdn\\.fanplayr\\.com/.+/([\\d\\.]+)\\;version:\\1",
"saas": true,
"pricing": [
"mid",
"recurring"
],
"website": "https://fanplayr.com"
},
"FaraPy": {
"cats": [
1

Loading…
Cancel
Save