Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
parkpow
GitHub Repository: parkpow/deep-license-plate-recognition
Path: blob/master/gate-controller/src-tauri/capabilities/default.json
1072 views
1
{
2
"$schema": "../gen/schemas/desktop-schema.json",
3
"identifier": "default",
4
"description": "enables the default permissions",
5
"windows": [
6
"main"
7
],
8
"permissions": [
9
"core:default"
10
]
11
}
12
13