Documentation
¶
Overview ¶
Package webstore provides the control of installing and uninstalling chrome webstore apps.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct { Name string // Name of the Chrome app. URL string // URL to install the app from. VerifyText string // Button text after the app is installed/uninstalled. AddRemoveText string // Button text when the app is available to be added. ConfirmText string // Button text to confirm the installation. }
App contains info about a Chrome Web Store app. All fields are required.
Click to show internal directories.
Click to hide internal directories.