metadata.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "name": "Marino",
  6. "id": "598953747963707409"
  7. },
  8. "contributors": [
  9. {
  10. "name": "Dark_Ville",
  11. "id": "638080361179512853"
  12. }
  13. ],
  14. "service": "FiveM",
  15. "description": {
  16. "en": "FiveM is a multiplayer modification framework for GTA V, allowing you to play on customized dedicated servers.",
  17. "nl": "FiveM is een multiplayer modificatie framework voor GTA V, waarmee je op aangepaste dedicated servers kunt spelen."
  18. },
  19. "url": [
  20. "fivem.net",
  21. "docs.fivem.net",
  22. "forum.cfx.re",
  23. "servers.fivem.net"
  24. ],
  25. "version": "1.1.9",
  26. "logo": "https://cdn.rcd.gg/PreMiD/websites/F/FiveM/assets/logo.png",
  27. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/F/FiveM/assets/thumbnail.png",
  28. "color": "#FF7300",
  29. "category": "games",
  30. "tags": [
  31. "gta",
  32. "games",
  33. "fivem",
  34. "online",
  35. "five"
  36. ],
  37. "settings": [
  38. {
  39. "id": "privacy",
  40. "title": "Privacy Mode",
  41. "icon": "fas fa-user-secret",
  42. "value": false
  43. },
  44. {
  45. "id": "buttons",
  46. "title": "Show Buttons",
  47. "icon": "fas fa-compress-arrows-alt",
  48. "value": true,
  49. "if": {
  50. "privacy": false
  51. }
  52. },
  53. {
  54. "id": "covers",
  55. "title": "Show Cover",
  56. "icon": "fad fa-images",
  57. "value": true,
  58. "if": {
  59. "privacy": false
  60. }
  61. }
  62. ]
  63. }