Advertisement
apen83

Untitled

Jun 30th, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. "name": "abstract", //This is the category name
  3. "wallpaper": [ //This is the wallpaper list
  4. { //Wallpaper Item
  5. "author": "Alex_R3CONN3R",
  6. "url": "http://abload.de/img/00022la8g.png",
  7. "thumbUrl": "http://abload.de/thumb/00022la8g.png",
  8. "name": "Dark-Red"
  9. }, //Separate wallpapers with comma
  10. {
  11. "author": "Alex_R3CONN3R",
  12. "url": "http://abload.de/img/0003ckas1.png",
  13. "thumbUrl": "http://abload.de/thumb/0003ckas1.png",
  14. "name": "Grey"
  15. }
  16. ]
  17. }, //Separate categories with comma
  18. {
  19. "name": "Textures",
  20. "wallpaper": [
  21. {
  22. "author": "Alex_R3CONN3R",
  23. "url": "http://abload.de/img/hsscn.jpg",
  24. "thumbUrl": "http://abload.de/thumb/hsscn.jpg",
  25. "name": "Old Paper"
  26. },
  27. {
  28. "author": "Alex_R3CONN3R",
  29. "url": "http://abload.de/img/0012pvzl9.png",
  30. "thumbUrl": "http://abload.de/thumb/0012pvzl9.png",
  31. "name": "Round Thing"
  32. }
  33. ]
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement