From 3a4de08a005c5d61db8e15be79400dc5998b2773 Mon Sep 17 00:00:00 2001 From: Alex Melkoff Date: Wed, 30 Mar 2016 14:31:40 +0800 Subject: [PATCH] [enhancement] SendGrid Integration app added to app listing --- frappe/data/app_listing/sendgrid_integration.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 frappe/data/app_listing/sendgrid_integration.json diff --git a/frappe/data/app_listing/sendgrid_integration.json b/frappe/data/app_listing/sendgrid_integration.json new file mode 100644 index 0000000000..84987108c7 --- /dev/null +++ b/frappe/data/app_listing/sendgrid_integration.json @@ -0,0 +1,13 @@ +{ + "app_url": "https://github.com/semilimes/sendgrid_integration", + "app_name": "sendgrid_integration", + "app_icon": "octicon octicon-inbox", + "app_color": "#4CB6E6", + "app_description": "Set email communication status from SendGrid via webhook.", + "app_publisher": "Semilimes", + "app_email": "all@semilimes.com", + "repo_url": "https://github.com/semilimes/sendgrid_integration.git", + "app_title": "SendGrid Integration", + "app_version": "0.0.1", + "app_category": "Integrations" +}