Forum Discussion
talonlev
Apr 21, 2020Copper Contributor
Group policy to set managed storage for an extension in Chromium Edge for Mac
Hi, I'm trying to install a browser extension in Chromium Edge for both Windows and Mac. My extension has a schema for the managed storage that I'm deploying alongside the extension using the Exten...
nikrolls
May 28, 2020Copper Contributor
talonlev I don't have a solution for you, but I'm looking for the Windows solution and can't figure it out. It looks like you did. Would you mind posting how you got this working for Chromium Edge on Windows?
- talonlevJul 16, 2020Copper Contributor
nikrolls It actually works exactly like in Chrome.
You need to define the schema of the storage you want to use (detailed here https://developer.chrome.com/apps/manifest/storage#manifest).
After that you need to add the correct registry value like this:
[HKLM\Software\Policies\Microsoft\Edge\3rdparty\extensions\{YOUR EXTENSION ID}\policy\]
"objectFromSchema"={"prop1":"value1", "prop2": "value2"}