Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. {
  2. "$jason": {
  3. "head": {
  4. "actions": {
  5. "$vision.ready": {
  6. "type": "$vision.scan"
  7. },
  8. "$vision.onscan": {
  9. "type": "$util.alert",
  10. "options": {
  11. "title": "Scanned",
  12. "description": "{{$jason.content}}"
  13. }
  14. }
  15. }
  16. },"templates": {
  17. "body": {
  18. "header": {
  19. "menu": {
  20. "text": "View JSON",
  21. "href": {
  22. "url": "https://github.com/Jasonette/Jasonpedia/blob/gh-pages/action/vision/index.json",
  23. "view": "web"
  24. }
  25. }
  26. },
  27. "style": {
  28. "border": "none"
  29. },
  30. "background": {
  31. "type": "camera",
  32. "options": {
  33. "device": "back"
  34. }
  35. },
  36. "sections": [
  37. {
  38. "items": [
  39. {
  40. "type": "vertical",
  41. "href": {
  42. "url": "{{$get.content}}",
  43. "transition": "modal"
  44. },
  45. "components": [
  46. {
  47. "type": "label",
  48. "text": "{{$get.content}}",
  49. "style": {
  50. "color": "#ffffff",
  51. "font": "Courier",
  52. "size": "16",
  53. "padding": "10",
  54. "background": "rgba(0,0,0,0.2)"
  55. }
  56. }
  57. ]
  58. }
  59. ]
  60. }
  61. ]
  62. }
  63. }
  64. }
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement