Files
life-of-a-naomi/package.json
2024-12-28 16:33:21 -08:00

12 lines
270 B
JSON

{
"name": "rmmz-game",
"main": "index.html",
"chromium-args": "--force-color-profile=srgb",
"window": {
"title": "Life of a Naomi",
"width": 816,
"height": 624,
"position": "center",
"icon": "icon/icon.png"
}
}