default.json 798 B

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