{
  "title": "Accelerator Keys (com.mosessoh.AcceleratorKeys)",
  "description": "Managed settings for Accelerator Keys. Push the site key from your account portal and turn off in-app updates so standard users are never prompted.",
  "properties": {
    "AKLicenseKey": {
      "title": "License key",
      "description": "Site key from acceleratorkeys.com portal (XXXXX-XXXXX-XXXXX-XXXXX-XXXXX). Activates every Mac silently.",
      "type": "string"
    },
    "AKLicenseEmail": {
      "title": "License email (optional)",
      "description": "Only needed for per-user keys. Leave empty for a site key.",
      "type": "string"
    },
    "SUEnableAutomaticChecks": {
      "title": "Allow in-app update checks",
      "description": "Keep OFF on managed Macs. Push new versions with your MDM instead.",
      "type": "boolean",
      "default": false
    },
    "SUAutomaticallyUpdate": {
      "title": "Allow in-app automatic updates",
      "description": "Keep OFF on managed Macs.",
      "type": "boolean",
      "default": false
    }
  }
}
