Skip to content

Commit 4454e88

Browse files
committed
Removing address bar
1 parent dd71f70 commit 4454e88

File tree

1 file changed

+51
-20
lines changed

1 file changed

+51
-20
lines changed

package.json

Lines changed: 51 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,53 @@
11
{
2-
"name": "Hashword",
3-
"main": "index.html",
4-
"window": {
5-
"fullscreen": false,
6-
"resizable": false,
7-
"title": "genesis",
8-
"always-on-top": false,
9-
"frame": true,
10-
"visible": true,
11-
"height": 600,
12-
"exe_icon": "",
13-
"width": 800,
14-
"as_desktop": false,
15-
"position": "",
16-
"show_in_taskbar": true,
17-
"mac_icon": "",
18-
"transparent": false,
19-
"toolbar": true,
20-
"icon": ""
21-
}
2+
"webexe_settings": {
3+
"linux-x32": false,
4+
"windows-x64": true,
5+
"download_dir": "C:\\\\Users\\\\Cody\\\\Downloads\\\\Web2ExeWin-v0.1.16b\\\\Web2ExeWin\\\\files\\\\downloads",
6+
"nw_compression_level": 5,
7+
"mac-x32": false,
8+
"windows-x32": false,
9+
"mac-x64": false,
10+
"nw_version": "0.12.0-rc1",
11+
"force_download": false,
12+
"linux-x64": false
13+
},
14+
"js-flags": "",
15+
"name": "Hashword",
16+
"single-instance": true,
17+
"nodejs": true,
18+
"description": "",
19+
"additional_trust_anchors": "",
20+
"user-agent": "",
21+
"inject-js-end": "",
22+
"keywords": [],
23+
"window": {
24+
"fullscreen": false,
25+
"resizable": false,
26+
"title": "Hashword",
27+
"always-on-top": false,
28+
"frame": true,
29+
"height": 600,
30+
"exe_icon": "",
31+
"visible": true,
32+
"as_desktop": false,
33+
"toolbar": false,
34+
"position": "",
35+
"show_in_taskbar": true,
36+
"mac_icon": "",
37+
"width": 800,
38+
"transparent": false,
39+
"icon": ""
40+
},
41+
"version": "0.1.0",
42+
"snapshot": "",
43+
"node-main": "",
44+
"webkit": {
45+
"page-cache": false,
46+
"java": false,
47+
"plugin": false
48+
},
49+
"inject-js-start": "",
50+
"node-remote": "",
51+
"main": "index.html",
52+
"chromium-args": ""
2253
}

0 commit comments

Comments
 (0)