When I navigate to chrome://policy/ I can see the extensions I have that do support policies being applied.
How can I add a policy (possibly through a .plist file) to one of my extensions?
I know I can add a policy for chrome specifically through
defaults write com.google.Chrome policyName -type value
But how about policies for extensions?