{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "meta": {
    "title": "Modern Hotel Booking - Azure Bay Showcase",
    "description": "Experience the full luxury resort setup with pre-seeded rooms and custom layouts.",
    "author": "StartMySuccess"
  },
  "preferredVersions": {
    "php": "8.3",
    "wp": "latest"
  },
  "login": true,
  "landingPage": "/royal-ocean-suite/",
  "steps": [
    {
      "step": "unzip",
      "zipFile": {
        "resource": "url",
        "url": "https://raw.githubusercontent.com/leslieradue-web/modern-hotel-booking-free/main/playground.zip"
      },
      "extractToPath": "/wordpress"
    },
    {
      "step": "installPlugin",
      "pluginData": {
        "resource": "wordpress.org/plugins",
        "slug": "modern-hotel-booking"
      },
      "options": {
        "activate": true
      }
    }
  ],
  "features": {}
}