default.json 380 B

123456789101112131415161718
  1. {
  2. "$schema": "../gen/schemas/desktop-schema.json",
  3. "identifier": "default",
  4. "description": "Capability for the main window",
  5. "windows": [
  6. "main"
  7. ],
  8. "permissions": [
  9. "core:default",
  10. "opener:default",
  11. "fs:default",
  12. "fs:allow-resource-read-recursive",
  13. {
  14. "identifier": "fs:allow-read-text-file",
  15. "allow": [{ "path": "**" }]
  16. }
  17. ]
  18. }