Skip to content

Commit

Permalink
add extension install sources (#629)
Browse files Browse the repository at this point in the history
* add extension install sources

install extension from sources without Drag and drop the TWP_Chromium.crx file into the extension manager

* add extension install sources for Microsoft Edge

---------

Co-authored-by: FilipePS <filipe.panni@gmail.com>
  • Loading branch information
candrapersada and FilipePS authored May 6, 2023
1 parent ecbf420 commit 30484f6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dist/chromium/twp-registry-install.reg
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@ Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallAllowlist]
"1337"="bolggfoncklhniejomgplkjcllmnonbh"


[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallSources]
"1335"="https://github.com/*"
"1336"="https://objects.githubusercontent.com/*"

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallSources]
"1335"="https://github.com/*"
"1336"="https://objects.githubusercontent.com/*"

0 comments on commit 30484f6

Please sign in to comment.