{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "meta": {
    "title": "PeakURL for WordPress Preview",
    "description": "Preview the PeakURL settings screen in WordPress Playground.",
    "author": "PeakURL",
    "categories": [
      "plugin",
      "demo"
    ]
  },
  "landingPage": "/wp-admin/admin.php?page=peakurl",
  "preferredVersions": {
    "php": "8.2",
    "wp": "latest"
  },
  "siteOptions": {
    "blogname": "PeakURL for WordPress Preview"
  },
  "login": true,
  "plugins": [
    "peakurl"
  ],
  "steps": [
    {
      "step": "runPHP",
      "code": "<?php require '/wordpress/wp-load.php'; update_option( 'permalink_structure', '/%postname%/' ); flush_rewrite_rules();"
    }
  ]
}
