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...
talonlev
Jul 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"}