Versions in this module Expand all Collapse all v0 v0.0.1 Sep 19, 2025 v0.0.0 Sep 19, 2025 Changes in this version + var ErrProfilePathNotFound = errors.New("profile path not found") + type Firefox struct + func New(profilePath string, items []types.DataType) ([]*Firefox, error) + func (f *Firefox) BrowsingData(isFullExport bool) (*browserdata.BrowserData, error) + func (f *Firefox) GetMasterKey() ([]byte, error) + func (f *Firefox) Name() string