This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2018-05-12 20:00:50 +00:00
|
|
|
{
|
|
|
|
"directory": "../games",
|
|
|
|
"regions": ["jpn", "usa", "eur", "aus", "chn", "kor", "twn", "all"],
|
2018-05-17 17:05:07 +00:00
|
|
|
"gametypes": ["switch", "eshop"],
|
2018-05-12 20:00:50 +00:00
|
|
|
|
2018-05-17 17:05:07 +00:00
|
|
|
"permitted_files": ["icon.png", "game.dat"],
|
2018-05-12 20:00:50 +00:00
|
|
|
"permitted_dirs": ["screenshots", "savefiles"],
|
|
|
|
|
2018-05-17 17:05:07 +00:00
|
|
|
"icon": { "filename": "icon.png", "sizes": [{"width": 256, "height": 256}], "type": "image/png"},
|
|
|
|
"screenshots": { "dirname": "screenshots", "sizes": [{"width": 1280, "height": 720}], "type": "image/png"},
|
2018-05-12 20:00:50 +00:00
|
|
|
"saves": { "dirname": "savefiles"},
|
|
|
|
"data": { "filename": "game.dat" }
|
|
|
|
}
|