Initial commit

This commit is contained in:
2024-12-22 10:53:10 -04:00
parent 7e9f329c9d
commit b9fe6f8882
27 changed files with 5659 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"windows": [
"main"
],
"permissions": [
"core:default"
]
}