Guest User

Untitled

a guest
Nov 14th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. {
  2. "lang": "en",
  3. "dir": "ltr",
  4. "name": "Super Racer 3000",
  5. "description": "The ultimate futuristic racing game from the future!",
  6. "short_name": "Racer3K",
  7. "icons": [{
  8. "src": "icon/lowres.webp",
  9. "sizes": "64x64",
  10. "type": "image/webp"
  11. },{
  12. "src": "icon/lowres.png",
  13. "sizes": "64x64"
  14. }, {
  15. "src": "icon/hd_hi",
  16. "sizes": "128x128"
  17. }],
  18. "scope": "/racer/",
  19. "start_url": "/racer/start.html",
  20. "display": "fullscreen",
  21. "orientation": "landscape",
  22. "theme_color": "aliceblue",
  23. "background_color": "red",
  24. "serviceworker": {
  25. "src": "sw.js",
  26. "scope": "/racer/",
  27. "update_via_cache": "none"
  28. },
  29. "screenshots": [{
  30. "src": "screenshots/in-game-1x.jpg",
  31. "sizes": "640x480",
  32. "type": "image/jpeg"
  33. },{
  34. "src": "screenshots/in-game-2x.jpg",
  35. "sizes": "1280x920",
  36. "type": "image/jpeg"
  37. }]
  38. }
Add Comment
Please, Sign In to add comment