{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "mypos_virtual",
	"version": "1.4.2",
	"title": "MyPOS Checkout",
	"category": "widgets",
	"icon": "",
	"description": "Pay via myPOS Checkout",
	"example": {},
	"supports": {
		"html": true
	},
	"textdomain": "mypos-virtual-for-woocommerce",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"viewScript": "file:./view.js",
	"parent": ["woocommerce/checkout-blocks"]
}