You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description='The name that your executable or app will have when exported.'
30
30
[[[description]]]
31
-
default_value=''
31
+
default_value=None
32
32
type='string'
33
33
[[[version]]]
34
-
default_value='0.1.0'
34
+
default_value=None
35
35
type='string'
36
36
[[[keywords]]]
37
-
default_value=''
37
+
default_value=None
38
38
type='string'
39
39
[[[nodejs]]]
40
40
display_name='Include Nodejs'
41
-
default_value=True
41
+
default_value=None
42
42
type='check'
43
43
[[[node-main]]]
44
44
display_name='Node Main'
45
-
default_value=''
45
+
default_value=None
46
46
type='file'
47
47
file_types='*.js'
48
48
description='A path to a nodejs script file that will be executed on startup.'
49
49
[[[domain]]]
50
-
default_value=''
50
+
default_value=None
51
51
type='string'
52
52
description='Specify the host in the chrome-extension:// protocol URL used fo\n the application. The web engine will share the same cookies between your\napplication and the website under the same domain.'
53
53
[[[user-agent]]]
54
54
display_name='User Agent'
55
-
default_value=''
55
+
default_value=None
56
56
type='string'
57
57
description='Overrides the User-Agent header in http requests.\n\nThe following placeholders are available to composite the user agent dynamically:\n\n%name: replaced by the name field in the manifest.\n%ver: replaced by the version field in the manifest, if available.\n%nwver: replaced by the version of NW.js.\n%webkit_ver: replaced by the version of WebKit engine.\n%osinfo: replaced by the OS and CPU information you would see in browser’s user agent string.'
58
58
[[[node-remote]]]
59
59
display_name='Node Remote'
60
-
default_value=''
60
+
default_value=None
61
61
type='strings'
62
62
description='Enable calling node in remote pages. See the node-webkit\nmanifest format for more info.'
63
63
[[[chromium-args]]]
64
64
display_name='Chromium Args'
65
-
default_value=''
65
+
default_value=None
66
66
type='string'
67
67
description='Specify chromium command line arguments.\nExample value: "--disable-accelerated-video --force-cpu-draw"'
68
68
[[[js-flags]]]
69
69
display_name='JS Flags'
70
-
default_value=''
70
+
default_value=None
71
71
type='string'
72
72
description='Specify flags passed to the js engine.\nExample value: "--harmony_proxies --harmony_collecions"'
73
73
[[[bg-script]]]
74
74
display_name='Background Script'
75
-
default_value=''
75
+
default_value=None
76
76
type='file'
77
77
file_types='*.js'
78
78
description='Background script. The script is executed in the background page at\nthe start of application.'
79
79
[[[inject_js_start]]]
80
80
display_name='Inject JS Start'
81
-
default_value=''
81
+
default_value=None
82
82
type='file'
83
83
file_types='*.js'
84
84
description='A path to a js file that will be executed before any\nother script is run.'
85
85
[[[inject_js_end]]]
86
86
display_name='Inject JS End'
87
-
default_value=''
87
+
default_value=None
88
88
type='file'
89
89
file_types='*.js'
90
90
description='A path to a js file that will be executed after the\nDOM is loaded.'
91
91
[[[additional_trust_anchors]]]
92
92
display_name='Trust Anchors'
93
-
default_value=''
93
+
default_value=None
94
94
type='strings'
95
95
description='A list of PEM-encoded certificates. Used as additional root\ncertificates for validation to allow connecting to services using a self-signed certificate.'
96
96
[[[dom_storage_quota]]]
97
97
display_name='DOM Storage (MB)'
98
-
default_value=''
98
+
default_value=None
99
99
type='int'
100
100
description='Number of mega bytes (MB) for the quota of the DOM storage.\nThe suggestion is to put double the value you want.'
101
101
102
102
[[webkit_settings]]
103
103
[[[plugin]]]
104
104
display_name='Load Plugins'
105
-
default_value=True
105
+
default_value=None
106
106
type='check'
107
107
description='Whether to load external browser plugins like Flash.\nFor example, put the Pepper flash dll or so file in a directory at the root of\nyour project called "PepperFlash" and it will be loaded.'
108
108
[[[double_tap_to_zoom_enabled]]]
109
109
display_name='Double-Tap Zoom'
110
-
default_value=False
110
+
default_value=None
111
111
type='check'
112
112
description='Enable zooming with double tapping on Mac OS X with 2 fingers. Mac OS X only'
113
113
114
114
[[web2exe_settings]]
115
115
[[[export_dir]]]
116
116
display_name='Output Directory'
117
-
default_value=''
117
+
default_value=None
118
118
type='string'
119
119
description='The output directory relative to the project directory.'
120
120
[[[custom_script]]]
121
121
display_name='Execute Script'
122
-
default_value=''
122
+
default_value=None
123
123
copy=False
124
124
type='file'
125
125
description='The script to execute after a project was successfully exported.'
126
126
[[[output_pattern]]]
127
127
display_name='Output Name Pattern'
128
-
default_value=''
128
+
default_value=None
129
129
type='string'
130
130
description='Instead of using the App Name for the output directory, this field can\nbe used to reference different settings of the package.json to name the output folder.'
131
131
132
132
[[window_settings]]
133
133
[[[id]]]
134
-
default_value=''
134
+
default_value=None
135
135
type='string'
136
136
description='The id used to identify the window. This will be used to remember the\nsize and position of the window and restore that geometry when a\nwindow with the same id is later opened. '
137
137
[[[title]]]
138
-
default_value=''
138
+
default_value=None
139
139
type='string'
140
140
description='The default title of window created by NW.js, it’s very useful\nif you want to show your own title when the app is starting.'
141
141
[[[icon]]]
142
142
display_name='Window Icon'
143
-
default_value=''
143
+
default_value=None
144
144
type='file'
145
145
action='set_window_icon'
146
146
file_types='*.png *.jpg *.jpeg'
147
147
[[[mac_icon]]]
148
-
default_value=''
148
+
default_value=None
149
149
type='file'
150
150
action='set_mac_icon'
151
151
file_types='*.png *.jpg *.jpeg *.icns'
152
152
description='This icon to be displayed for the Mac Application.\nDefaults to Window Icon'
153
153
[[[exe_icon]]]
154
-
default_value=''
154
+
default_value=None
155
155
type='file'
156
156
action='set_exe_icon'
157
157
file_types='*.png *.jpg *.jpeg'
158
158
description='This icon to be displayed for the windows exe of the app.\nDefaults to Window icon.'
0 commit comments