2
0

default.json 763 B

12345678910111213141516171819202122232425262728
  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. "core:window:allow-is-focused",
  12. "core:window:allow-show",
  13. "core:window:allow-unminimize",
  14. "core:window:allow-set-focus",
  15. "shell:default",
  16. "updater:default",
  17. "dialog:default",
  18. "process:default",
  19. "store:default",
  20. "window-state:default",
  21. "os:default",
  22. "notification:default",
  23. {
  24. "identifier": "http:default",
  25. "allow": [{ "url": "http://*" }, { "url": "https://*" }, { "url": "http://*:*/*" }]
  26. }
  27. ]
  28. }