Skip to content

Instantly share code, notes, and snippets.

@lkostrowski
Last active October 23, 2025 10:22
Show Gist options
  • Select an option

  • Save lkostrowski/b0f51820145880aec096e02e1b91ac0e to your computer and use it in GitHub Desktop.

Select an option

Save lkostrowski/b0f51820145880aec096e02e1b91ac0e to your computer and use it in GitHub Desktop.
test-manifest.json
{
"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