This commit is contained in:
2026-03-10 17:48:22 +07:00
parent 7240bcf94c
commit 8d0eccdbc2
16 changed files with 202 additions and 25 deletions
+7 -1
View File
@@ -3,5 +3,11 @@
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": ["core:default"]
"permissions": [
"core:default",
{
"identifier": "core:app:default",
"allow": ["start_vpn_android"]
}
]
}