Skip to content

Instantly share code, notes, and snippets.

@gchristian
Last active May 16, 2023 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gchristian/64b66981bf575e634100 to your computer and use it in GitHub Desktop.
Save gchristian/64b66981bf575e634100 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.google.Chrome</key>
<dict>
<key>AutoFillEnabled</key>
<dict>
<key>state</key>
<string>always</string>
<key>value</key>
<false/>
</dict>
<key>BookmarkBarEnabled</key>
<dict>
<key>state</key>
<string>always</string>
<key>value</key>
<true/>
</dict>
<key>ExtensionInstallBlacklist</key>
<dict>
<key>state</key>
<string>always</string>
<key>value</key>
<array>
<string>*</string>
</array>
</dict>
<key>ExtensionInstallForcelist</key>
<dict>
<key>state</key>
<string>always</string>
<key>value</key>
<array>
<string>apdfllckaahabafndbhieahigkjlhalf;http://clients2.google.com/service/update2/crx</string>
</array>
</dict>
<key>ExtensionInstallWhitelist</key>
<dict>
<key>state</key>
<string>always</string>
<key>value</key>
<array/>
</dict>
<key>HideWebStorePromo</key>
<dict>
<key>state</key>
<string>always</string>
<key>value</key>
<true/>
</dict>
<key>HomepageIsNewTabPage</key>
<dict>
<key>state</key>
<string>always</string>
<key>value</key>
<false/>
</dict>
<key>HomepageLocation</key>
<dict>
<key>state</key>
<string>always</string>
<key>value</key>
<string>http://www.district.org/</string>
</dict>
<key>PasswordManagerEnabled</key>
<dict>
<key>state</key>
<string>always</string>
<key>value</key>
<false/>
</dict>
<key>RestoreOnStartup</key>
<dict>
<key>state</key>
<string>always</string>
<key>value</key>
<integer>0</integer>
</dict>
<key>SyncDisabled</key>
<dict>
<key>state</key>
<string>always</string>
<key>value</key>
<true/>
</dict>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment