diff --git a/frappe/data/app_listing/erpnext_shopify.json b/frappe/data/app_listing/erpnext_shopify.json index 3eb6584ec2..88db8f6494 100644 --- a/frappe/data/app_listing/erpnext_shopify.json +++ b/frappe/data/app_listing/erpnext_shopify.json @@ -9,5 +9,6 @@ "repo_url": "https://github.com/frappe/erpnext_shopify.git", "app_title": "ERPNext Shopify", "app_version": "1.0.0", - "app_category": "Integrations" + "app_category": "Integrations", + "featured": 1 } diff --git a/frappe/data/app_listing/paypal_integration.json b/frappe/data/app_listing/paypal_integration.json index d0d1374f36..937e915c0c 100644 --- a/frappe/data/app_listing/paypal_integration.json +++ b/frappe/data/app_listing/paypal_integration.json @@ -1,5 +1,5 @@ { - "app_url": "https://github.com/frappe/paypal_integration.git", + "app_url": "https://frappe.github.io/paypal_integration", "app_name": "paypal_integration", "app_icon": "octicon octicon-credit-card", "app_color": "#179bd7", @@ -9,5 +9,6 @@ "repo_url": "https://github.com/frappe/paypal_integration.git", "app_title": "Paypal Integation", "app_version": "1.0.0", - "app_category": "Integrations" + "app_category": "Integrations", + "featured": 1 }