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
Copy file name to clipboardExpand all lines: docs/References/Manifest Format.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ Each package must provide all the following fields in its package descriptor fil
26
26
27
27
### main
28
28
29
-
*`{String}` which page should be opened when NW.js starts.
29
+
*`{String}` which HTML page should be opened or which JavaScript file should be executed when NW.js starts.
30
30
31
-
You can specify aURL here. You can also specify just a filename (such as `index.html`) or a path (relative to the directory where your `package.json` resides).
31
+
You can specify aURL here. You can also specify just a filename (such as `index.html` or `script.js`) or a path (relative to the directory where your `package.json` resides).
0 commit comments