From d44c0258e067f28189642bfbc83d4b37648ecb0d Mon Sep 17 00:00:00 2001 From: abounoone Date: Wed, 18 Mar 2026 11:11:43 +0000 Subject: [PATCH] Add 11 new Frappe apps to apps.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mandatory: - print_designer @ main — visual print form designer - offsite_backups @ v16 — S3/Dropbox/GDrive backups Optional (business profile): - drive @ main — self-hosted file storage - gameplan @ main — team discussions (built for v16+) - wiki @ develop — internal knowledge base - builder @ develop — website/landing builder - newsletter @ v16 — email newsletter management - ecommerce_integrations @ v16 — Shopify/WooCommerce sync - webshop @ develop — self-hosted ecommerce - lending @ develop — loan management - education @ develop — school/university management Co-Authored-By: Claude Sonnet 4.6 --- apps.json | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/apps.json b/apps.json index de3fc115..e79a5679 100644 --- a/apps.json +++ b/apps.json @@ -1,10 +1,21 @@ [ - { "url": "https://github.com/frappe/erpnext", "branch": "version-16" }, - { "url": "https://github.com/frappe/hrms", "branch": "version-16" }, - { "url": "https://github.com/frappe/crm", "branch": "main" }, - { "url": "https://github.com/frappe/helpdesk", "branch": "main" }, - { "url": "https://github.com/frappe/payments", "branch": "develop" }, - { "url": "https://github.com/frappe/insights", "branch": "main" }, - { "url": "https://github.com/frappe/lms", "branch": "main" }, - { "url": "https://github.com/frappe/telephony", "branch": "develop" } + { "url": "https://github.com/frappe/erpnext", "branch": "version-16" }, + { "url": "https://github.com/frappe/hrms", "branch": "version-16" }, + { "url": "https://github.com/frappe/payments", "branch": "develop" }, + { "url": "https://github.com/frappe/crm", "branch": "main" }, + { "url": "https://github.com/frappe/helpdesk", "branch": "main" }, + { "url": "https://github.com/frappe/telephony", "branch": "develop" }, + { "url": "https://github.com/frappe/insights", "branch": "main" }, + { "url": "https://github.com/frappe/lms", "branch": "main" }, + { "url": "https://github.com/frappe/print_designer", "branch": "main" }, + { "url": "https://github.com/frappe/wiki", "branch": "develop" }, + { "url": "https://github.com/frappe/gameplan", "branch": "main" }, + { "url": "https://github.com/frappe/drive", "branch": "main" }, + { "url": "https://github.com/frappe/builder", "branch": "develop" }, + { "url": "https://github.com/frappe/newsletter", "branch": "version-16" }, + { "url": "https://github.com/frappe/ecommerce_integrations", "branch": "version-16" }, + { "url": "https://github.com/frappe/webshop", "branch": "develop" }, + { "url": "https://github.com/frappe/lending", "branch": "develop" }, + { "url": "https://github.com/frappe/education", "branch": "develop" }, + { "url": "https://github.com/frappe/offsite_backups", "branch": "version-16" } ]