fpPS4-Temmie-s-Launcher/package.json

29 lines
834 B
JSON
Raw Normal View History

2022-12-12 13:03:37 -05:00
{
"version": "1.2.4",
2022-12-12 13:03:37 -05:00
"license": "GPL-2",
"author": "TheMitoSan",
2022-12-12 13:03:37 -05:00
"main": "App/index.htm",
"name": "fpPS4 Temmie's Launcher",
"chromium-args": "--disable-raf-throttling",
2022-12-12 13:03:37 -05:00
"description": "A simple launcher for fpPS4 project",
"window": {
"frame": true,
2022-12-27 19:36:50 -05:00
"width": 1186,
2022-12-12 13:03:37 -05:00
"height": 710,
"toolbar": true,
"min_width": 1102,
"min_height": 680,
2022-12-12 13:03:37 -05:00
"fullscreen": false,
"position": "center",
"theme-color": "#002",
2022-12-12 13:03:37 -05:00
"icon": "App/img/logo.png",
"title": "fpPS4 Temmie's Launcher - Please wait..."
2024-02-25 21:27:31 -05:00
},
"bugs": {
"url": "https://github.com/themitosan/fpPS4-Temmie-s-Launcher/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/themitosan/fpPS4-Temmie-s-Launcher.git"
2022-12-12 13:03:37 -05:00
}
}