default.json 442 B

1234567891011121314151617181920212223
  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. "sql:default",
  12. "sql:allow-execute",
  13. "store:default",
  14. {
  15. "identifier": "http:default",
  16. "allow": [
  17. "http://192.168.1.110:8080"
  18. ]
  19. },
  20. "upload:default",
  21. "os:default"
  22. ]
  23. }