default.json 398 B

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