App Manifest
App Manifest
stripe-app.jsonファイルはStripe Appのコア設定です。
{ "id": "com.tajo.brevo-integration", "version": "1.0.0", "name": "Tajo, Brevo Integration", "icon": "./public/icon.png", "permissions": [ { "permission": "customer_read", "purpose": "StripeのカスタマーをBrevoコンタクトに同期" }, { "permission": "payment_intents_read", "purpose": "支払いイベントをBrevoでトラッキング" }, { "permission": "subscriptions_read", "purpose": "サブスクリプションライフサイクルイベントのため" } ], "ui_extension": { "views": [ { "viewport": "stripe.dashboard.customer.detail", "component": "CustomerDetailView" }, { "viewport": "stripe.dashboard.home.overview", "component": "HomeView" } ], "content_security_policy": { "connect-src": [ "https://api.tajo.io", "https://api.brevo.com" ], "purpose": "TajoバックエンドとBrevo APIへの接続" } }, "post_install_action": { "type": "settings" }}次のステップ
- Permissions, 利用可能な権限スコープ
- Viewports, Dashboardの場所