-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
29 lines (29 loc) · 834 Bytes
/
package.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
{
"version": "1.2.4",
"license": "GPL-2",
"author": "TheMitoSan",
"main": "App/index.htm",
"name": "fpPS4 Temmie's Launcher",
"chromium-args": "--disable-raf-throttling",
"description": "A simple launcher for fpPS4 project",
"window": {
"frame": true,
"width": 1186,
"height": 710,
"toolbar": true,
"min_width": 1102,
"min_height": 680,
"fullscreen": false,
"position": "center",
"theme-color": "#002",
"icon": "App/img/logo.png",
"title": "fpPS4 Temmie's Launcher - Please wait..."
},
"bugs": {
"url": "https://github.com/themitosan/fpPS4-Temmie-s-Launcher/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/themitosan/fpPS4-Temmie-s-Launcher.git"
}
}