Merge pull request #4022 from nurbek91/Patreon

Add Patreon / Widget, Payment processor
main
Elbert Alias 4 years ago committed by GitHub
commit 97adb08d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,4 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20.3559 23.6453C26.6993 23.6453 31.8416 18.503 31.8416 12.1596C31.8416 5.81617 26.6993 0.673828 20.3559 0.673828C14.0125 0.673828 8.87012 5.81617 8.87012 12.1596C8.87012 18.503 14.0125 23.6453 20.3559 23.6453Z" fill="#F96854"/>
<path d="M5.61404 0.673828H0V31.3152H5.61404V0.673828Z" fill="#042B4B"/>
</svg>

After

Width:  |  Height:  |  Size: 414 B

@ -14389,6 +14389,27 @@
"scripts": "paths(?:\\.min)?\\.js", "scripts": "paths(?:\\.min)?\\.js",
"website": "https://github.com/andreaferretti/paths-js" "website": "https://github.com/andreaferretti/paths-js"
}, },
"Patreon": {
"cats": [
5,
41
],
"description": "Patreon is an American membership platform that provides business tools for content creators to run a subscription service.",
"icon": "Patreon.svg",
"dom": {
"a[href*='www.patreon.com/']": {
"attributes": {
"href": "patreon\.com/.+"
}
}
}
"scripts": "patreon-connect/assets/.+ver=([\\d.]+)\\;version:\\1",
"saas": true,
"pricing": [
"payg"
],
"website": "https://www.patreon.com"
},
"PayBright": { "PayBright": {
"cats": [ "cats": [
41 41