Guest User

Untitled

a guest
Sep 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. {
  2. "short_name": "New Site",
  3. "name": "New Site",
  4. "start_url": "/",
  5. "display": "standalone",
  6. "background_color": "#17AAEC",
  7. "theme_color": "#17AAEC",
  8. "icons": [
  9. {
  10. "src": "assets/media/icon-pwa-48x48.png",
  11. "type": "image/png",
  12. "sizes": "48x48"
  13. },
  14. {
  15. "src": "assets/media/icon-pwa-96x96.png",
  16. "type": "image/png",
  17. "sizes": "96x96"
  18. },
  19. {
  20. "src": "assets/media/icon-pwa-192x192.png",
  21. "type": "image/png",
  22. "sizes": "192x192"
  23. },
  24. {
  25. "src": "assets/media/icon-pwa-256x256.png",
  26. "type": "image/png",
  27. "sizes": "256x256"
  28. },
  29. {
  30. "src": "assets/media/icon-pwa-512x512.png",
  31. "type": "image/png",
  32. "sizes": "512x512"
  33. }
  34. ]
  35. }
Add Comment
Please, Sign In to add comment