Guest User

Untitled

a guest
Dec 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. {
  2. "name": "NOME-DO-APP",
  3. "short_name": "NOME-DO-APP",
  4. "theme_color": "#2a0044",
  5. "background_color": "#2a0044",
  6. "display": "standalone",
  7. "start_url": "/",
  8. "icons": [
  9. {
  10. "src": "images/ICONE-DO-APP.png",
  11. "sizes": "72x72",
  12. "type": "image/png"
  13. }
  14. ]
  15. }
Add Comment
Please, Sign In to add comment