1
0
Fork 0
mirror of synced 2024-07-10 16:55:46 +12:00

Update manifest.json

Added used camera preference option.
This commit is contained in:
Duarte Velez Grilo 2023-10-18 16:06:51 +01:00 committed by GitHub
parent 5cd22672b3
commit 8d700655ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3419,6 +3419,22 @@
"value": "custom" "value": "custom"
} }
}, },
{
"type": "select",
"label": "Preferred camera",
"key": "preferredCamera",
"defaultValue": "environment",
"options": [
{
"label": "Front",
"value": "user"
},
{
"label": "Back",
"value": "environment"
}
]
},
{ {
"type": "event", "type": "event",
"label": "On change", "label": "On change",