1
0

manifest.json 375 B

12345678910111213141516171819
  1. {
  2. "name": "Nito.Cash",
  3. "short_name": "Nito",
  4. "lang": "en-US",
  5. "start_url": "/",
  6. "display": "standalone",
  7. "orientation": "portrait",
  8. "background_color": "#eef1f3",
  9. "theme_color": "#eef1f3",
  10. "icons": [{
  11. "src": "/icons/192x192.png",
  12. "type": "image/png",
  13. "sizes": "192x192"
  14. }, {
  15. "src": "/icons/512x512.png",
  16. "type": "image/png",
  17. "sizes": "512x512"
  18. }]
  19. }