site.webmanifest 573 B

123456789101112131415161718192021222324
  1. {
  2. "name": "Nitter",
  3. "short_name": "Nitter",
  4. "icons": [
  5. {
  6. "src": "/android-chrome-192x192.png",
  7. "sizes": "192x192",
  8. "type": "image/png"
  9. },
  10. {
  11. "src": "/android-chrome-384x384.png",
  12. "sizes": "384x384",
  13. "type": "image/png"
  14. },
  15. {
  16. "src": "/android-chrome-512x512.png",
  17. "sizes": "512x512",
  18. "type": "image/png"
  19. }
  20. ],
  21. "theme_color": "#333333",
  22. "background_color": "#333333",
  23. "display": "standalone"
  24. }