{
  "name": "Admin Safety Guard",
  "slug": "admin-safety-guard",
  "version": "1.4.0",
  "description": "Secure your WordPress login with Admin Safety Guard: limit login attempts, 2FA, reCAPTCHA, IP blocking, session security and activity tracking.",
  "author": "Themepaste Team",
  "author_uri": "https://themepaste.com/",
  "license": "GPLv3 or Later",
  "license_uri": "https://www.gnu.org/licenses/gpl-3.0.html",
  "text_domain": "admin-safety-guard",
  "plugin_uri": "https://wordpressdirect.co.uk/product/admin-safety-guard-pro/",
  "dependencies": {
    "wordpress": "5.8",
    "php": "8.0"
  },
  "settings": {
    "enable_two_factor_auth": true,
    "restrict_admin_ip": false,
    "enable_google_recaptcha": true,
    "enable_login_attempt_limit": true,
    "enable_login_logs": true,
    "enable_custom_login_logout": true,
    "enable_password_protection": true,
    "enable_privacy_hardening": true,
    "enable_hide_admin_bar": true
  },
  "hooks": {
    "activate": "onPluginActivation",
    "deactivate": "onPluginDeactivation"
  },
  "compatibility": {
    "themes": ["default", "twentyseventeen", "twentynineteen"],
    "plugins": ["user-role-editor", "wp-security"]
  }
}
