Versions in this module Expand all Collapse all v1 v1.0.0 Apr 1, 2026 Changes in this version + type ChromiumPlatform struct + Channels []string + CookiePathTemplates []string + LinuxKWalletRefs []LinuxKWalletRef + LinuxLibsecretRefs []LinuxLibsecretRef + LocalStatePaths []string + Secrets []Secret + WindowsKeySources []WindowsKeySource + type ChromiumSpec struct + Name string + Platforms map[string]ChromiumPlatform + func MustChromium(name string) ChromiumSpec + func (s ChromiumSpec) CookiePatterns(goos string) []string + func (s ChromiumSpec) CurrentCookiePatterns() []string + func (s ChromiumSpec) CurrentLinuxKWalletRefs() []LinuxKWalletRef + func (s ChromiumSpec) CurrentLinuxLibsecretRefs() []LinuxLibsecretRef + func (s ChromiumSpec) CurrentLocalStatePaths() []string + func (s ChromiumSpec) CurrentSecrets() []Secret + func (s ChromiumSpec) CurrentWindowsKeySources() []WindowsKeySource + func (s ChromiumSpec) LinuxKWalletRefs(goos string) []LinuxKWalletRef + func (s ChromiumSpec) LinuxLibsecretRefs(goos string) []LinuxLibsecretRef + func (s ChromiumSpec) LocalStatePaths(goos string) []string + func (s ChromiumSpec) Secrets(goos string) []Secret + func (s ChromiumSpec) WindowsKeySources(goos string) []WindowsKeySource + type LinuxKWalletRef struct + Folder string + Key string + type LinuxLibsecretRef struct + Application string + Schema string + type MozillaPlatform struct + Channels []string + ProfilePathTemplates []string + type MozillaSpec struct + Name string + Platforms map[string]MozillaPlatform + func MustMozilla(name string) MozillaSpec + func (s MozillaSpec) CurrentProfilePatterns() []string + func (s MozillaSpec) ProfilePatterns(goos string) []string + type SafariPlatform struct + CookiePathTemplates []string + type SafariSpec struct + Name string + Platforms map[string]SafariPlatform + func MustSafari(name string) SafariSpec + func (s SafariSpec) CookiePatterns(goos string) []string + func (s SafariSpec) CurrentCookiePatterns() []string + type Secret struct + Account string + Service string + type WindowsKeySource string + const WindowsAppBoundEncryptedKey + const WindowsEncryptedKey