{
  "$schema": "/wp-admin/admin.php?page=th-product-compare",
  "preferredVersions": {
    "php": "8.2",
    "wp": "latest"
  },
  "plugins": [
    "woocommerce",
    "th-product-compare"
  ],
  "steps": [
    {
			"step": "login",
			"username": "admin",
			"password": "password"
		},
    		{
    	"step": "setSiteOptions",
    	"options": {
    		"blogname": "Product Compare Demo",
    		"permalink_structure": "/%postname%/"
    	}
    }
  ]
}