23 lines
463 B
JSON
23 lines
463 B
JSON
{
|
|
"identifier": "mobile-capability",
|
|
"platforms": [
|
|
"android",
|
|
"iOS"
|
|
],
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"deep-link:default",
|
|
"app-events:default",
|
|
"barcode-scanner:default",
|
|
"barcode-scanner:allow-scan",
|
|
"barcode-scanner:allow-cancel",
|
|
"notification:default",
|
|
"log:default",
|
|
"ttp-tauri:allow-connect",
|
|
"ttp-tauri:allow-send",
|
|
"ttp-tauri:allow-close",
|
|
"ttp-tauri:allow-ready-state"
|
|
]
|
|
}
|