{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "checkout-fees-for-woocommerce/add_fees",
	"version": "1.0.0",
	"title": "Payment Gateway Based Fees and Discounts",
	"category": "woocommerce",
    "parent": [ "woocommerce/checkout-shipping-address-block" ],
	"attributes": {
		"lock": {
			"type": "object",
			"default": {
				"remove": true,
				"move": true
			}
		}
	},
	"textdomain": "checkout-fees-for-woocommerce",
	"editorScript": "file:./build/index.js"
}