Manifest
Inherits JSON::Serializable < Struct < Value < Object
Struct representing a native manifest. Reference: https://developer.chrome.com/docs/extensions/mv3/nativeMessaging/#native-messaging-host
Constructors
new(pull : JSON::PullParser)
Sourcenew(name : String = PROGRAM_NAME, description : String = PROGRAM_NAME, path : Path = Path[Process.executable_path.to_s], type : String = "stdio", allowed_origins : Set(String) = Set(String).new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source