Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
292 B
JSON
Raw Normal View History

2025-06-05 14:56:16 +01:00
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"windows": [
"main"
],
"permissions": [
2025-07-04 14:33:59 +01:00
"core:default",
{
"identifier": "fs:allow-read-file",
"allow": [{ "path": "**" }]
}
2025-06-05 14:56:16 +01:00
]
}