So I'm trying to get a setting changed in chrome via JSS, but I'm running into some issues. First off, I had an issue importing manifest into the console, but was able to get that taken care of. Now, I'm having the issue that the setting is not being applied. Here is the actual code that should be changed in the manifest, but it's not being changed.
<dict>
<key>pfm_description</key>
<string></string>
<key>pfm_name</key>
<string>EnableOnlineRevocationChecks</string>
<key>pfm_targets</key>
<array>
<string></string>
</array>
<key>pfm_title</key>
<string></string>
<key>pfm_type</key>
<string>boolean</string>
</dict>
I wouldn't have an issue changing the lines in the manifest file but I'm not sure I which line I should be editing to make the value "True". I've tried looking up the info on chromium to make the change but they just said make the setting "True".