-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchrome_library.plist
42 lines (42 loc) · 1.16 KB
/
chrome_library.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?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>DefaultBrowserSettingEnabled</key>
<false/>
<key>DefaultNotificationsSetting</key>
<integer>2</integer>
<key>DeviceAutoUpdateDisabled</key>
<true/>
<key>HideWebStorePromo</key>
<true/>
<key>MetricsReportingEnabled</key>
<false/>
<key>RestoreOnStartup</key>
<integer>4</integer>
<key>ShowHomeButton</key>
<true/>
<key>WelcomePageOnOSUpgradeEnabled</key>
<false/>
<key>DefaultPluginsSetting</key>
<true/>
<key>PluginsAllowedForUrls</key>
<array>
<string>[*.]sd38.bc.ca</string>
<string>[*.]worldbookonline.com</string>
<string>[*.]follettsoftware.com</string>
</array>
<key>DefaultBrowserSettingEnabled</key>
<false/>
<key>HomepageIsNewTabPage</key>
<false/>
<key>HomepageLocation</key>
<string>http://destiny.sd38.bc.ca</string>
<key>RestoreOnStartupURLs</key>
<array>
<string>http://destiny.sd38.bc.ca</string>
</array>
<key>IncognitoModeAvailability</key>
<integer>1</integer>
</dict>
</plist>