-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial support for installing and uninstalling web extensions. Adds a new `webExtension` module for endpoints related to web extensions. Initially this has commands to install and uninstall extensions. Extensions can be provided to the install command as either a path to a directory containing an uncompressed extension tree, the path to a zip file containing an extension, or as base64 encoded binary data corresponding to a zip-compressed extension. Each extension has a unqiue id which can be passed to the uninstall command to remove the extension. --------- Co-authored-by: Oliver Dunk <[email protected]> Co-authored-by: Henrik Skupin <[email protected]> Co-authored-by: Alex Rudenko <[email protected]> Co-authored-by: kiaraarose <[email protected]> Co-authored-by: jgraham <[email protected]>
- Loading branch information
1 parent
d416ad5
commit 9eaa877
Showing
1 changed file
with
197 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters