tauri.namespace.lock 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. "capabilities": {
  52. "allow-ping": {
  53. "features": [
  54. "ping"
  55. ]
  56. }
  57. }
  58. }
  59. ]
  60. }