# Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration

client_id = "59f6a50c554c0b670658726fde8ab82e"
name = "Linked Products"
application_url = "https://example.com"
embedded = true

[access_scopes]
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
scopes = "read_products,write_products"

[auth]
redirect_urls = [ "https://example.com/api/auth" ]

[webhooks]
api_version = "2026-07"

[build]
include_config_on_deploy = true
automatically_update_urls_on_dev = true