default.json 598 B

1234567891011121314151617181920212223
  1. {
  2. "$schema": "../gen/schemas/desktop-schema.json",
  3. "identifier": "default",
  4. "description": "Capability for the main window",
  5. "windows": ["main"],
  6. "permissions": [
  7. "core:default",
  8. "opener:default",
  9. "core:window:allow-start-dragging",
  10. "core:webview:allow-set-webview-zoom",
  11. "shell:default",
  12. "updater:default",
  13. "dialog:default",
  14. "process:default",
  15. "store:default",
  16. "window-state:default",
  17. "os:default",
  18. {
  19. "identifier": "http:default",
  20. "allow": [{ "url": "http://*" }, { "url": "https://*" }, { "url": "http://*:*/*" }]
  21. }
  22. ]
  23. }