21 lines
492 B
TOML
21 lines
492 B
TOML
api_version = "2026-01"
|
|
|
|
[[extensions]]
|
|
name = "Dreame Thank You Activity"
|
|
handle = "thank-you-activity"
|
|
type = "ui_extension"
|
|
|
|
[[extensions.targeting]]
|
|
module = "./src/Checkout.tsx"
|
|
target = "purchase.thank-you.block.render"
|
|
|
|
[extensions.capabilities]
|
|
network_access = true
|
|
|
|
[extensions.settings]
|
|
[[extensions.settings.fields]]
|
|
key = "app_url"
|
|
type = "single_line_text_field"
|
|
name = "App URL"
|
|
description = "Public HTTPS URL for the Shopify App backend, for example https://app.example.com"
|