1
0

manifest.json 398 B

1234567891011121314151617181920
  1. {
  2. "short_name": "Joystream Stats",
  3. "name": "Joystream Stats",
  4. "icons": [
  5. {
  6. "src": "favicon.ico",
  7. "sizes": "64x64 32x32 24x24 16x16",
  8. "type": "image/x-icon"
  9. },
  10. {
  11. "src": "logo192.png",
  12. "type": "image/png",
  13. "sizes": "192x192"
  14. },
  15. ],
  16. "start_url": ".",
  17. "display": "standalone",
  18. "theme_color": "#000000",
  19. "background_color": "#000000"
  20. }