metadata.json 811 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "name": "Anaxes",
  6. "id": "567885938160697377"
  7. },
  8. "service": "WebProfiles",
  9. "description": {
  10. "en": "Let people know which social accounts are really you"
  11. },
  12. "url": "webprofiles.me",
  13. "version": "1.1.10",
  14. "logo": "https://cdn.rcd.gg/PreMiD/websites/W/WebProfiles/assets/logo.png",
  15. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/W/WebProfiles/assets/thumbnail.png",
  16. "color": "#1E1E40",
  17. "category": "socials",
  18. "tags": [
  19. "profiles",
  20. "social-media",
  21. "links"
  22. ],
  23. "settings": [
  24. {
  25. "id": "timestamp",
  26. "title": "Show Timestamps",
  27. "icon": "fad fa-stopwatch",
  28. "value": true
  29. },
  30. {
  31. "id": "buttons",
  32. "title": "Show Buttons",
  33. "icon": "fas fa-compress-arrows-alt",
  34. "value": true
  35. }
  36. ]
  37. }