default.json 207 B

1234567891011
  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. }