Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. {
  2. "menu": [
  3. {
  4. "name": "Enrich",
  5. "color": "red",
  6. "TextureList": "FirstIcon",
  7. "ActionList": [
  8. "Expand",
  9. "ListInfo",
  10. "Hack1",
  11. "Hack2"
  12. ]
  13. },
  14. {
  15. "name": "Investigate",
  16. "color": "blue",
  17. "TextureList": "SecondIcon",
  18. "ActionList": [
  19. "Hack2",
  20. "Hack2",
  21. "Hack2",
  22. "Hack2"
  23. ]
  24. },
  25. {
  26. "name": "Mitigate",
  27. "color": "green",
  28. "TextureList": "ThirdIcon",
  29. "ActionList": [
  30. "Hack2",
  31. "Hack2",
  32. "Hack2",
  33. "Hack2"
  34. ]
  35. },
  36. {
  37. "name": "Report",
  38. "color": "yellow",
  39. "TextureList": "ForthIcon",
  40. "ActionList": [
  41. "Report",
  42. "Hack2",
  43. "Hack2",
  44. "Hack2"
  45. ]
  46. }
  47. ]
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement