You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
379 B
JSON

{
"name": "ycrpg",
"main": "index.html",
"js-flags": "--expose-gc",
"window": {
"title": "异常生物见闻录",
"toolbar": true,
"width": 1024,
"height": 560,
"icon": "icon/icon.png"
},
"chromium-args": "--enable-node-worker",
"node-remote": "<all_urls>",
"web_accessible_resources": [
"*"
]
}