tauri.namespace.lock 988 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "version": 1,
  3. "namespaces": [
  4. {
  5. "id": "main",
  6. "description": "Main window namespace",
  7. "members": [
  8. "main"
  9. ],
  10. "capabilities": [
  11. "allow-ping"
  12. ]
  13. }
  14. ],
  15. "plugins": {
  16. "sample": {
  17. "plugin": "sample",
  18. "default_capability": {
  19. "id": "default",
  20. "description": "Default empty capability set",
  21. "features": [],
  22. "scope": {
  23. "allowed": [],
  24. "blocked": []
  25. }
  26. },
  27. "capabilities": [
  28. {
  29. "id": "allow-ping",
  30. "description": "Allows the ping command",
  31. "features": [
  32. "ping"
  33. ],
  34. "scope": {
  35. "allowed": [],
  36. "blocked": []
  37. }
  38. }
  39. ],
  40. "features": [
  41. "ping"
  42. ],
  43. "scope_type": [
  44. "String"
  45. ]
  46. }
  47. },
  48. "resolution": [
  49. {
  50. "member": "main",
  51. "commands": [
  52. "plugin:sample|ping"
  53. ]
  54. }
  55. ]
  56. }