mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-20 04:27:29 +00:00
30 lines
634 B
JSON
30 lines
634 B
JSON
{
|
|
"identifier": "mobile-capability",
|
|
"description": "Mobile permissions",
|
|
"platforms": ["android", "iOS"],
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:app:default",
|
|
"core:event:default",
|
|
"core:image:default",
|
|
"core:path:default",
|
|
"core:resources:default",
|
|
"core:webview:default",
|
|
"core:webview:allow-create-webview-window",
|
|
"core:window:default",
|
|
"opener:default",
|
|
{
|
|
"identifier": "opener:allow-open-path",
|
|
"allow": [
|
|
{
|
|
"path": "**"
|
|
}
|
|
]
|
|
},
|
|
"gamepad:default",
|
|
"process:default",
|
|
"deep-link:default"
|
|
]
|
|
}
|