-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnativefier.json
35 lines (35 loc) · 1009 Bytes
/
nativefier.json
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
{
"name": "hangouts-chat",
"targetUrl": "https://chat.google.com",
"counter": true,
"bounce": true,
"width": 1280,
"height": 800,
"showMenuBar": false,
"fastQuit": false,
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36",
"nativefierVersion": "7.6.9",
"ignoreCertificate": false,
"disableGpu": false,
"ignoreGpuBlacklist": false,
"enableEs3Apis": false,
"insecure": false,
"flashPluginDir": null,
"diskCacheSize": null,
"fullScreen": false,
"maximize": false,
"zoom": 1,
"internalUrls": ".*?\\.google\\.*?",
"singleInstance": false,
"win32metadata": {
"ProductName": "Hangouts Chat",
"InternalName": "Hangouts Chat",
"FileDescription": "Hangouts Chat"
},
"tray": false,
"basicAuthUsername": null,
"basicAuthPassword": null,
"alwaysOnTop": false,
"titleBarStyle": null,
"globalShortcuts": null
}