manifest.webmanifest 522 B

123456789101112131415161718192021222324
  1. {
  2. "short_name": "Grainy gradients",
  3. "name": "Grainy gradients",
  4. "description": "CSS Noise gradients",
  5. "icons": [
  6. {
  7. "src": "/static/icon-192x192.png",
  8. "type": "image/png",
  9. "sizes": "192x192",
  10. "purpose": "any maskable"
  11. },
  12. {
  13. "src": "/static/icon-512x512.png",
  14. "type": "image/png",
  15. "sizes": "512x512",
  16. "purpose": "any maskable"
  17. }
  18. ],
  19. "start_url": "/",
  20. "background_color": "#333",
  21. "display": "browser",
  22. "scope": "/",
  23. "theme_color": "#333333"
  24. }