site.webmanifest 595 B

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