Posted on 09-19-2017 07:29 AM
Hello
I created a plist. So now I will import bookmarks from a html file. But this doesn't work. I put in the plist this line:
<key>ImportBookmarks</key> <array> <string>Library/Google/bookmarks.html</string> </array>
Is this false?
Here is the code:
<?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>AllowOutdatedPlugins</key>
<false/>
<key>AlwaysAuthorizePlugins</key>
<true/>
<key>AutoFillEnabled</key>
<false/>
<key>BackgroundModeEnabled</key>
<false/>
<key>BookmarkBarEnabled</key>
<true/>
<key>ComponentUpdatesEnabled</key>
<false/>
<key>DefaultBrowserSettingEnabled</key>
<false/>
<key>DefaultGeolocationSetting</key>
<integer>2</integer>
<key>DefaultJavaScriptSetting</key>
<integer>1</integer>
<key>DefaultNotificationsSetting</key>
<integer>3</integer>
<key>DefaultPluginsSetting</key>
<integer>1</integer>
<key>DefaultPopupsSetting</key>
<integer>3</integer>
<key>DefaultSearchProviderEnabled</key>
<true/>
<key>DefaultSearchProviderName</key>
<string>Google</string>
<key>DefaultSearchProviderSearchURL</key>
<array>
<string>https://www.google.ch</string>
</array>
<key>DeviceAutoUpdateDisabled</key>
<true/>
<key>HomepageIsNewTabPage</key>
<false/>
<key>HomepageLocation</key>
<array>
<string>https://www.google.ch</string>
</array>
<key>Im portHistory</key>
<false/>
<key>ImportAutofillFormData</key>
<false/>
<key>ImportBookmarks</key>
<array>
<string>Library/Google/bookmarks.html</string>
</array>
<key>ImportHomepage</key>
<false/>
<key>ImportSavedPasswords</key>
<false/>
<key>ImportSearchEngine</key>
<false/>
<key>IncognitoModeAvailability</key>
<integer>1</integer>
<key>PasswordManagerEnabled</key>
<false/>
<key>RestoreOnStartup</key>
<false/>
<key>RestoreOnStartupURLs</key>
<false/>
<key>SafeBrowsingEnabled</key>
<true/>
<key>ShowAppsShortcutInBookmarkBar</key>
<false/>
<key>ShowHomeButton</key>
<false/>
<key>SyncDisabled</key>
<false/>
</dict>
</plist>