metadata.json 868 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "id": "1255528657058009088",
  6. "name": "gwashark"
  7. },
  8. "service": "Websim",
  9. "description": {
  10. "en": "Websim.ai is an AI-powered platform that allows users to generate and explore a simulated version of the internet."
  11. },
  12. "url": "websim.ai",
  13. "version": "1.0.2",
  14. "logo": "https://cdn.rcd.gg/PreMiD/websites/W/Websim/assets/logo.png",
  15. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/W/Websim/assets/thumbnail.png",
  16. "color": "#38bdf8",
  17. "category": "other",
  18. "tags": [
  19. "websim",
  20. "ai"
  21. ],
  22. "settings": [
  23. {
  24. "id": "showButtons",
  25. "title": "Show Buttons",
  26. "icon": "fas fa-toggle-on",
  27. "value": true
  28. },
  29. {
  30. "id": "btnPrivacy",
  31. "title": "Buttons Privacy",
  32. "icon": "fas fa-user-secret",
  33. "value": true,
  34. "if": {
  35. "showButtons": true
  36. }
  37. }
  38. ]
  39. }