mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-26 16:08:05 +08:00
17 lines
410 B
JSON
17 lines
410 B
JSON
{
|
|
"appid": "@@@DEB_PACKAGE_NAME@@@",
|
|
"name": "@@@APP_NAME@@@",
|
|
"version": "@@@APPVER@@@",
|
|
"arch": ["@@@ARCH@@@"],
|
|
"permissions": {
|
|
"autostart": false,
|
|
"notification": false,
|
|
"trayicon": true,
|
|
"clipboard": true,
|
|
"account": false,
|
|
"bluetooth": false,
|
|
"camera": true,
|
|
"audio_record": true,
|
|
"installed_apps": false
|
|
}
|
|
} |