-
-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding edge-chromium support for createExternalExtensionProvider (#318)
* adding edge-chromium support for createExternalExtensionProvider * Update package.json version Co-authored-by: legobeat <[email protected]> * Update CHANGELOG.md Co-authored-by: legobeat <[email protected]> * Update CHANGELOG.md Change link to file to link to pr Co-authored-by: Elliot Winkler <[email protected]> * chore: update test coverage thresholds --------- Co-authored-by: legobeat <[email protected]> Co-authored-by: Elliot Winkler <[email protected]> Co-authored-by: legobt <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
- Loading branch information
1 parent
5175349
commit 8ccf228
Showing
4 changed files
with
27 additions
and
5 deletions.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,11 @@ | |
"beta": "pbbkamfgmaedccnfkmjcofcecjhfgldn", | ||
"flask": "ljfoeinjpaedjfecbmggjgodbgkmjkjk" | ||
}, | ||
"edgeChromiumIds": { | ||
"stable": "ejbalbakoplchlghecdalmeeeajnimhm", | ||
"beta": "pbbkamfgmaedccnfkmjcofcecjhfgldn", | ||
"flask": "ljfoeinjpaedjfecbmggjgodbgkmjkjk" | ||
}, | ||
"firefoxIds": { | ||
"stable": "[email protected]", | ||
"beta": "[email protected]", | ||
|