mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-07 00:02:14 +08:00
16 lines
430 B
JSON
16 lines
430 B
JSON
{
|
|
"forceVendor": true,
|
|
"name": "nw_test",
|
|
"main": "index.html",
|
|
"productName": "test",
|
|
"appname": "nw_test",
|
|
"version": "1.0",
|
|
"window": {
|
|
"frame": true
|
|
},
|
|
"chromium-args": "--no-sandbox --ignore-gpu-blacklist --register-pepper-plugins=./node_modules/mpv.js/build/Release/mpvjs.node;application/x-mpvjs",
|
|
"dependencies": {
|
|
"mpv.js": "^0.3.0",
|
|
"spdlog": "^0.13.6"
|
|
}
|
|
} |