Files
openhuman/app/src-tauri-mobile/capabilities/default.json
T

14 lines
359 B
JSON

{
"$schema": "../gen/schemas/mobile-schema.json",
"identifier": "mobile-default",
"description": "Capability shared between the iOS and Android targets.",
"platforms": ["iOS", "android"],
"windows": ["main"],
"permissions": [
"core:default",
"core:event:default",
"barcode-scanner:allow-scan",
"barcode-scanner:allow-cancel"
]
}