site.webmanifest 604 B

1234567891011121314151617181920212223242526
  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. "start_url": "/",
  20. "scope": "/",
  21. "display": "standalone",
  22. "orientation": "any",
  23. "theme_color": "#0a0a0a",
  24. "background_color": "#0a0a0a",
  25. "categories": ["utilities", "entertainment"]
  26. }