{
    "landingPage": "/wp-admin/upload.php?page=media-wipe",
    "preferredVersions": {
        "php": "8.2",
        "wp": "6.7"
    },
    "phpExtensionBundles": [
        "kitchen-sink"
    ],
    "steps": [
        {
            "step": "login",
            "username": "admin",
            "password": "password"
        },
        {
            "step": "installPlugin",
            "pluginZipFile": {
                "resource": "wordpress.org/plugins",
                "slug": "media-wipe"
            }
        },
        {
            "step": "activatePlugin",
            "pluginPath": "media-wipe/media-wipe.php"
        },
        {
            "step": "installTheme",
            "themeZipFile": {
                "resource": "wordpress.org/themes",
                "slug": "twentytwentyfour"
            }
        },
        {
            "step": "runPHP",
            "code": "<?php require_once 'wordpress/wp-load.php'; $attachment = array('post_title' => 'Sample Image', 'post_content' => '', 'post_status' => 'inherit', 'post_mime_type' => 'image/jpeg'); wp_insert_attachment($attachment); ?>"
        }
    ]
}
