{
    "$schema": "https://playground.wordpress.net/blueprint-schema.json",
    "landingPage": "/wp-admin/admin.php?page=smart-password-protect&view=dashboard",
    "plugins": [
        "smart-password-protect"
    ],
    "login": true,
    "features": {
        "networking": true
    },
    "preferredVersions": {
        "php": "latest",
        "wp": "latest"
    },
    "steps": [
        {
            "step": "setSiteOptions",
            "options": {
                "blogname": "Testing Smart Password Protect"
            }
        }
    ]
}
