{
  "type": "object",
  "properties": {
    "CaptureEnabled": {
      "title": "Allow tab audio capture",
      "description": "When false, Hearably stops active captures and blocks new captures.",
      "type": "boolean"
    },
    "AllowedDomains": {
      "title": "Allowed capture domains",
      "description": "Optional host allow-list. Each entry covers the domain and its subdomains. Omit or use an empty list to allow all web domains.",
      "type": "array",
      "items": { "type": "string" }
    },
    "MaxBoostPercent": {
      "title": "Maximum audio boost percent",
      "description": "Administrator ceiling from 100 through 800 percent. Plan limits can impose a lower ceiling.",
      "type": "integer",
      "minimum": 100,
      "maximum": 800
    },
    "CloudFeaturesEnabled": {
      "title": "Allow Hearably cloud features",
      "description": "When false, the extension does not start sign-in, cloud preset, community, or referral network flows.",
      "type": "boolean"
    },
    "CheckoutEnabled": {
      "title": "Allow subscription checkout",
      "description": "When false, the extension hides upgrade actions and blocks checkout creation.",
      "type": "boolean"
    },
    "OutputDeviceSelectionEnabled": {
      "title": "Allow output-device selection",
      "description": "When false, the extension blocks device enumeration and output routing changes.",
      "type": "boolean"
    },
    "FeedbackLinksEnabled": {
      "title": "Allow feedback and review links",
      "description": "When false, the extension disables its uninstall survey URL and review/referral prompts.",
      "type": "boolean"
    }
  }
}
