14 lines
502 B
JSON
14 lines
502 B
JSON
{
|
|
"name": "OMORI",
|
|
"main": "index.html",
|
|
"js-flags": "--expose-gc ",
|
|
"chromium-args": "--limit-fps=60 --in-process-gpu --disable-direct-composition --enable-gpu-rasterization --enable-gpu-memory-buffer-video-frames --enable-native-gpu-memory-buffers --enable-zero-copy --enable-gpu-async-worker-context",
|
|
"window": {
|
|
"title": "OMORI",
|
|
"toolbar": false,
|
|
"width": 640,
|
|
"height": 480,
|
|
"icon": "icon/icon.png",
|
|
"resizable": false
|
|
}
|
|
}
|