Last active
October 23, 2025 10:22
-
-
Save lkostrowski/b0f51820145880aec096e02e1b91ac0e to your computer and use it in GitHub Desktop.
test-manifest.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": "app.saleor.test1", | |
| "name": "Adyen", | |
| "about": "Saleor App Payment Adyen is a payment integration app that allows merchants using the Saleor e-commerce platform to accept online payments from customers using Adyen as their payment processor.", | |
| "tokenTargetUrl": "https://adyen.saleor.app/api/register", | |
| "appUrl": "https://adyen.saleor.app", | |
| "permissions": ["HANDLE_PAYMENTS"], | |
| "version": "1.12.1", | |
| "requiredSaleorVersion": ">=3.20 <4", | |
| "homepageUrl": "https://docs.saleor.io/docs/3.x/developer/app-store/apps/adyen", | |
| "supportUrl": "https://saleor.io/contact/", | |
| "extensions": [ | |
| { | |
| "label": "My Extension", | |
| "url": "https://example.com/extension", | |
| "mount": "PRODUCT_OVERVIEW_CREATE" | |
| } | |
| ], | |
| "brand": { "logo": { "default": "https://adyen.saleor.app/logo.png" } } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment