Seregon/PkgToolBox

Toolbox for analyzing and editing pkg application files for psp,ps3, ps4 and ps5, includes the most useful functions you might need.

Python/57.3 KB/No license
settings.json
PkgToolBox / settings.json
1{
2 "appearance": {
3 "theme": "Light",
4 "night_mode": false,
5 "font_family": "Arial",
6 "font_size": 12,
7 "colors": {
8 "background": "#ffffff",
9 "text": "#000000",
10 "accent": "#3498db"
11 }
12 },
13 "language": {
14 "current": "en"
15 },
16 "behavior": {
17 "auto_expand": true,
18 "show_hidden": false,
19 "confirm_exit": true
20 },
21 "paths": {
22 "output": "",
23 "temp": "",
24 "last_pkg": ""
25 }
26}