File size: 2,033 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
	"build": "release",
	"calypso_config": "desktop",
	"server_port": 3000,
	"server_url": "http://calypso.localhost",
	"server_host": "calypso.localhost",
	"wordpress_host": "wordpress.com",
	"debug": false,
	"appName": "WordPress.com",
	"appPathName": "WordPress.com",
	"mainWindow": {
		"acceptFirstMouse": false,
		"frame": true,
		"height": 800,
		"minHeight": 450,
		"minWidth": 350,
		"title": "WordPress.com",
		"useContentSize": true,
		"width": 1200,
		"webPreferences": {
			"contextIsolation": true,
			"enableRemoteModule": false,
			"nodeIntegration": false,
			"overlayScrollbars": false
		}
	},
	"preferencesWindow": {
		"acceptFirstMouse": true,
		"center": true,
		"fullscreen": false,
		"height": 375,
		"resizable": false,
		"skipTaskbar": true,
		"title": "Preferences",
		"useContentSize": true,
		"width": 480,
		"wpDragAndDropDisabled": true
	},
	"aboutWindow": {
		"acceptFirstMouse": true,
		"center": true,
		"fullscreen": false,
		"height": 260,
		"resizable": false,
		"skipTaskbar": true,
		"title": "About WordPress.com",
		"useContentSize": true,
		"width": 300,
		"wpDragAndDropDisabled": true
	},
	"secretWindow": {
		"acceptFirstMouse": true,
		"center": true,
		"frame": false,
		"fullscreen": false,
		"height": "full",
		"resizable": false,
		"skipTaskbar": true,
		"transparent": true,
		"width": "full",
		"webPreferences": {
			"contextIsolation": true,
			"enableRemoteModule": false,
			"nodeIntegration": false
		},
		"wpDragAndDropDisabled": true
	},
	"crash_reporter": false,
	"updater": {
		"downloadUrl": "https://apps.wordpress.com/desktop/",
		"apiUrl": "https://api.github.com/repos/Automattic/wp-calypso/releases",
		"delay": 2000,
		"interval": 43200000
	},
	"settings_filename": "settings.json",
	"default_settings": {
		"notification-badge": true,
		"notification-bounce": false,
		"release-channel": "stable",
		"proxy-type": "",
		"proxy-url": "socks5://localhost",
		"proxy-port": "8080",
		"proxy-pac": "",
		"spellcheck-enabled": false,
		"wpDragAndDropDisabled": true
	}
}