{
  "preferredVersions": {
    "php": "8.0",
    "wp": "latest"
  },
  "phpExtensionBundles": [
    "kitchen-sink"
  ],
  "steps": [
    {
      "step": "installPlugin",
      "pluginData": {
        "resource": "wordpress.org/plugins",
        "slug": "woocommerce"
      }
    },
    {
      "step": "installPlugin",
      "pluginData": {
        "resource": "wordpress.org/plugins",
        "slug": "retainflow"
      }
    },
    {
      "step": "activatePlugin",
      "pluginPath": "woocommerce/woocommerce.php"
    },
    {
      "step": "activatePlugin",
      "pluginPath": "retainflow/retainflow.php"
    },
    {
      "step": "runPHP",
      "code": "<?php require_once('wordpress/wp-load.php'); update_option('retainflow_enabled', '1'); update_option('retainflow_offer_pause', '1'); update_option('retainflow_offer_skip', '1'); update_option('retainflow_offer_discount', '1'); update_option('retainflow_discount_amount', '20'); update_option('retainflow_discount_type', 'percent'); update_option('retainflow_headline', 'Before you go...'); update_option('retainflow_subheadline', 'We have a special offer just for you'); update_option('retainflow_winback_enabled', '1'); update_option('retainflow_notify_enabled', '1'); ?>"
    },
    {
      "step": "login",
      "username": "admin",
      "password": "password"
    },
    {
      "step": "goTo",
      "url": "/wp-admin/admin.php?page=retainflow"
    }
  ]
}