package
0.0.0-20210602185959-ae587407e71c
Repository: https://github.com/andrewarchi/browser.git
Documentation: pkg.go.dev

# Functions

GetBookmarkBackupMetadata reads the metadata from a bookmark backup filename.
ParseAddons parses addons.json in a Firefox profile.
ParseBookmarkBackup parses a bookmarks file within bookmarkbackups in a Firefox profile.
ParseContainers parses containers.json in a Firefox profile.
ParseExtensionPreferences parses extension-preferences.json in a Firefox profile.
ParseExtensions parses extensions.json in a Firefox profile.
ParseExtensionSettings parses extension-settings.json in a Firefox profile.
ParseHandlers parses handlers.json in a Firefox profile.
ParseInstalls parses installs.ini in the Firefox root.
ParseProfiles parses profiles.ini in the Firefox root.
ParseTimes parses times.json in a Firefox profile.
ProfilesDir returns the path for the Firefox Profiles directory.

# Structs

No description provided by the author
AddonInfo contains addon information from addons.mozilla.org.
Addons contains information from addons.mozilla.org for installed addons.
BookmarkBackup is a backup of Firefox bookmarks.
BookmarkBackupEntry is an entry in a bookmark backup.
Command is a command with values set by extensions.
ContainerIdentity is a container definition.
Containers contains containers contained in containers.json.
ExtensionPermissions lists additional permissions granted to an extension in extension-preferences.json.
No description provided by the author
ExtensionSetting is a value set by an extension.
ExtensionSettings contains preferences and commands set by extensions in extension-settings.json.
Handlers registers handlers for MIME types and URI schemes.
Install is a Firefox installation.
No description provided by the author
No description provided by the author
Locale contains addon information in a locale.
MimeType registers an action to perform for a MIME type and assigns file extensions to that MIME type.
Person is an addon creator or developer.
Pref is a preference with values set by extensions and an initial value.
Profile is a Firefox profile.
ProfileInfo contains Firefox profiles and installs.
No description provided by the author
Scheme registers an action to perform for a URI scheme and a list of handler applications.
SchemeHandler is an application that can handle a URI scheme.
Screenshot is an image of an addon displayed on addons.mozilla.org.
No description provided by the author
No description provided by the author
Times contains installation times in times.json.