Guest User

Untitled

a guest
Jun 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "lang": "ja",
  3. "display": "standalone",
  4. "short_name": "hifiveTodo",
  5. "name": "hifiveTodo",
  6. "orientation": "portrait",
  7. "icons": [
  8. {
  9. "src": "launcher-icon-1x.png",
  10. "type": "image/png",
  11. "sizes": "48x48"
  12. },
  13. {
  14. "src": "launcher-icon-2x.png",
  15. "type": "image/png",
  16. "sizes": "96x96"
  17. },
  18. {
  19. "src": "launcher-icon-3x.png",
  20. "type": "image/png",
  21. "sizes": "192x192"
  22. }
  23. ],
  24. "start_url": "./index.html",
  25. "background_color": "#e1efde",
  26. "theme_color": "#e1efde"
  27. }
Add Comment
Please, Sign In to add comment