mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
14 lines
359 B
JSON
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"
|
|
]
|
|
}
|