site.webmanifest 894 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "Dune Weaver",
  3. "short_name": "Dune Weaver",
  4. "description": "Control your kinetic sand table",
  5. "icons": [
  6. {
  7. "src": "/static/android-chrome-192x192.png",
  8. "sizes": "192x192",
  9. "type": "image/png",
  10. "purpose": "any"
  11. },
  12. {
  13. "src": "/static/android-chrome-512x512.png",
  14. "sizes": "512x512",
  15. "type": "image/png",
  16. "purpose": "any"
  17. },
  18. {
  19. "src": "/static/android-chrome-192x192.png",
  20. "sizes": "192x192",
  21. "type": "image/png",
  22. "purpose": "maskable"
  23. },
  24. {
  25. "src": "/static/android-chrome-512x512.png",
  26. "sizes": "512x512",
  27. "type": "image/png",
  28. "purpose": "maskable"
  29. }
  30. ],
  31. "start_url": "/",
  32. "scope": "/",
  33. "display": "standalone",
  34. "orientation": "any",
  35. "theme_color": "#0a0a0a",
  36. "background_color": "#0a0a0a",
  37. "categories": ["utilities", "entertainment"]
  38. }