{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "meta": {
    "title": "Cryptocurrency Price Widget settings demo",
    "description": "Installs the plugin and opens the Cryptocurrency Price Widget settings page.",
    "author": "falselight",
    "categories": [
      "plugin",
      "settings",
      "demo"
    ]
  },
  "landingPage": "/wp-admin/admin.php?page=cryptocurrency-price-widget",
  "preferredVersions": {
    "php": "8.3",
    "wp": "latest"
  },
  "features": {
    "networking": true
  },
  "steps": [
    {
      "step": "login",
      "username": "admin",
      "password": "password"
    },
    {
      "step": "installPlugin",
      "pluginData": {
        "resource": "wordpress.org/plugins",
        "slug": "cryptocurrency-price-widget"
      },
      "options": {
        "activate": true
      }
    },
    {
      "step": "setSiteOptions",
      "options": {
        "blogname": "Cryptocurrency Price Widget Demo",
        "blogdescription": "Settings demo for live cryptocurrency prices"
      }
    }
  ]
}
