This repository has been archived on 2025-11-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Jannik 5ec74129e2
All checks were successful
TrafficCue CI / check (push) Successful in 1m42s
TrafficCue CI / build (push) Successful in 10m19s
TrafficCue CI / build-android (push) Successful in 25m50s
fix: audio ducking
2025-10-21 17:47:06 +02:00

42 lines
786 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"windows": [
"main"
],
"permissions": [
"core:default",
"keep-screen-on:allow-keep-screen-on",
"upload:default",
"fs:allow-app-read",
"fs:allow-app-write",
{
"identifier": "fs:allow-write-file",
"allow": [
{
"path": "$APPDATA/**/*"
}
]
},
"fs:read-files",
"fs:read-dirs",
{
"identifier": "fs:scope",
"allow": [
{
"path": "**"
},
{
"path": "$APPDATA/**/*"
},
{
"path": "$APPDATA/**/.*"
}
]
},
"upload:allow-download",
"tts:allow-speak",
"duck:default"
]
}