fpPS4-Temmie-s-Launcher/package.json

25 lines
667 B
JSON
Raw Normal View History

2022-12-12 13:03:37 -05:00
{
2022-12-25 03:19:12 -05:00
"version": "1.2.0",
2022-12-12 13:03:37 -05:00
"license": "GPL-2",
"main": "App/index.htm",
"author": "TemmieHeartz",
"name": "fpPS4 Temmie's Launcher",
"description": "A simple launcher for fpPS4 project",
"repository": "https://github.com/themitosan/fpPS4-Temmie-s-Launcher",
"window": {
"frame": true,
"width": 1180,
"height": 710,
"toolbar": true,
"min_width": 1180,
"min_height": 710,
"fullscreen": false,
"position": "center",
"theme-color": "#000",
"icon": "App/img/logo.png",
"title": "fpPS4 Temmie's Launcher"
},
"webkit": {
"plugin": true
}
}