Plugin that detects URLs in terminal output and makes them clickable.
Returns the API version for compatibility checking.
Returns metadata for the plugin.
@type t() :: %Raxol.Plugins.Plugin{ api_version: String.t(), config: map(), dependencies: [map()], description: String.t(), enabled: boolean(), module: term(), name: String.t(), state: map(), version: String.t() }