install

package
v0.0.0-...-89bab2b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetUserPath

func GetUserPath(b browser.Browser) string

Types

type IdSet

type IdSet struct {
	browser.Browser
	Ids []string
}

func (IdSet) GetDefaultId

func (idSet IdSet) GetDefaultId() string

func (*IdSet) Install

func (idSet *IdSet) Install(
	config config.Config,
) (loc string, insallJSON any, err error)

func (*IdSet) Set

func (idSet *IdSet) Set(value string) (err error)

func (IdSet) String

func (idSet IdSet) String() string

type JSONChromeOrChromium

type JSONChromeOrChromium struct {
	JSONCommon
	AllowedOrigins []string `json:"allowed_origins"`
}

type JSONCommon

type JSONCommon struct {
	Name        string `json:"name"`
	Description string `json:"description"`
	Path        string `json:"path"`
	Type        string `json:"type"`
}

type JSONFirefox

type JSONFirefox struct {
	JSONCommon
	AllowedExtensions []string `json:"allowed_extensions"`
}

Source Files

  • main.go
  • path_linux.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL