diff --git a/src/drivers/webextension/images/icons/paywhirl.png b/src/drivers/webextension/images/icons/paywhirl.png new file mode 100644 index 000000000..bcbf0b87e Binary files /dev/null and b/src/drivers/webextension/images/icons/paywhirl.png differ diff --git a/src/technologies/p.json b/src/technologies/p.json index 24e8d483d..4002c8ed5 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -1,4 +1,16 @@ { + "PayWhirl": { + "cats": [ + 41 + ], + "description": "PayWhirl provides widgets and tools to handle recurring payments.", + "icon": "paywhirl.png", + "js": { + "paywhirlForShopifySettings": "" + }, + "pricing": ["payg", "recurring"], + "website": "https://app.paywhirl.com/" + }, "PDF.js": { "cats": [ 19 @@ -2370,4 +2382,4 @@ }, "website": "http://punbb.informer.com" } -} \ No newline at end of file +}