diff --git a/src/apps.json b/src/apps.json index e613e3a7f..d97e0c7f7 100644 --- a/src/apps.json +++ b/src/apps.json @@ -9629,6 +9629,18 @@ "icon": "Recite Me.png", "website": "https://reciteme.com/" }, + "Recurly": { + "cats": [ + 41 + ], + "html": "]+data-recurly", + "icon": "Recurly.png", + "js": { + "recurly.version": "^(.+)$\\;version:\\1" + }, + "script": "js\\.recurly\\.com", + "website": "https://recurly.com" + }, "Red Hat": { "cats": [ 28 diff --git a/src/drivers/webextension/images/icons/Recurly.png b/src/drivers/webextension/images/icons/Recurly.png new file mode 100644 index 000000000..dadff5ddf Binary files /dev/null and b/src/drivers/webextension/images/icons/Recurly.png differ