{
	"$schema": "https://playground.wordpress.net/blueprint-schema.json",
	"meta": {
		"title": "Version Info — Live Preview",
		"description": "Try Version Info in your browser. Display PHP, MySQL, WordPress & server versions in the admin footer, admin bar, and dashboard widget.",
		"author": "Gaucho Plugins",
		"categories": ["Plugin"]
	},
	"landingPage": "/wp-admin/options-general.php?page=version-info",
	"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": "version-info"
			},
			"options": {
				"activate": true
			},
			"progress": {
				"weight": 3
			}
		}
	]
}
