Guest User

Untitled

a guest
Dec 11th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. {
  2. "name": "Legonnary",
  3. "short_name": "Legonnary",
  4. "icons": [{
  5. "src": "./assets/img/launcher_144.png",
  6. "type": "image/png",
  7. "sizes": "144x144"
  8. }, {
  9. "src": "./assets/img/launcher_192.png",
  10. "type": "image/png",
  11. "sizes": "192x192"
  12. }, {
  13. "src": "./assets/img/launcher_512.png",
  14. "type": "image/png",
  15. "sizes": "512x512"
  16. }
  17. ],
  18. "start_url": "./index.html",
  19. "display": "standalone",
  20. "orientation": "portrait",
  21. "background_color": "#ffeb3b",
  22. "theme_color": "#ffeb3b"
  23. }
Add Comment
Please, Sign In to add comment