{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "meta": {
    "title": "ABCode Database Exporter",
    "author": "ashbrentnall",
    "description": "Export your WordPress database in one click. Opens straight on the export screen, with sample content already in the database so the table list has something to show.",
    "categories": ["Tools"]
  },
  "landingPage": "/wp-admin/tools.php?page=abcode-database-exporter",
  "preferredVersions": { "php": "8.3", "wp": "latest" },
  "features": { "networking": false },
  "login": true,
  "siteOptions": {
    "blogname": "ABCode Database Exporter Demo"
  },
  "steps": [
    {
      "step": "importThemeStarterContent",
      "progress": { "weight": 2, "caption": "Adding sample content to export" }
    }
  ]
}
