{
	"$schema": "https://playground.wordpress.net/blueprint-schema.json",
	"meta": {
		"title": "Split Pay — Live Preview",
		"description": "Try Split Pay in your browser. Split WooCommerce/FluentCart payments across multiple connected Stripe accounts. WooCommerce is pre-installed so you can explore the integration immediately.",
		"author": "Gaucho Plugins",
		"categories": ["Plugin"]
	},
	"landingPage": "/wp-admin/plugins.php",
	"preferredVersions": {
		"php": "8.2",
		"wp": "latest"
	},
	"phpExtensionBundles": ["kitchen-sink"],
	"features": {
		"networking": true
	},
	"steps": [
		{
			"step": "login",
			"username": "admin",
			"password": "password"
		},
		{
			"step": "installPlugin",
			"pluginZipFile": {
				"resource": "wordpress.org/plugins",
				"slug": "woocommerce"
			},
			"options": {
				"activate": true
			},
			"progress": {
				"weight": 5
			}
		},
		{
			"step": "installPlugin",
			"pluginZipFile": {
				"resource": "wordpress.org/plugins",
				"slug": "bsd-woo-stripe-connect-split-pay"
			},
			"options": {
				"activate": true
			},
			"progress": {
				"weight": 3
			}
		},
		{
			"step": "runPHP",
			"code": "<?php include 'wordpress/wp-load.php'; delete_transient( '_wc_activation_redirect' );"
		}
	]
}
