14 lines
369 B
JSON
14 lines
369 B
JSON
{
|
|
"$schema": "../gen/schemas/mobile-schema.json",
|
|
"identifier": "mobile",
|
|
"description": "移动端扫码权限",
|
|
"platforms": ["android", "iOS"],
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"barcode-scanner:allow-scan",
|
|
"barcode-scanner:allow-cancel",
|
|
"barcode-scanner:allow-check-permissions",
|
|
"barcode-scanner:allow-request-permissions"
|
|
]
|
|
}
|