metadata.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "id": "605894319408283678",
  6. "name": "eljooker"
  7. },
  8. "service": "CTFtime",
  9. "description": {
  10. "en": "CTFtime is a website that tracks cybersecurity competitions known as Capture The Flag (CTF) events. These contests challenge participants to solve a variety of tasks, ranging from scavenger hunts on Wikipedia to basic programming exercises and even hacking into servers to steal data."
  11. },
  12. "url": "ctftime.org",
  13. "version": "1.0.3",
  14. "logo": "https://cdn.rcd.gg/PreMiD/websites/C/CTFtime/assets/logo.png",
  15. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/C/CTFtime/assets/thumbnail.png",
  16. "color": "#bf040d",
  17. "category": "other",
  18. "tags": [
  19. "cybersecurity",
  20. "competetion",
  21. "ctf",
  22. "study"
  23. ],
  24. "settings": [
  25. {
  26. "id": "timestamp",
  27. "title": "Show Timestamps",
  28. "icon": "fad fa-stopwatch",
  29. "value": true
  30. },
  31. {
  32. "id": "images",
  33. "title": "Show Covers",
  34. "icon": "fad fa-images",
  35. "value": true
  36. },
  37. {
  38. "id": "buttons",
  39. "title": "Show Buttons",
  40. "icon": "fas fa-compress-arrows-alt",
  41. "value": true
  42. }
  43. ]
  44. }