metadata.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "name": "fantomitechno 🦊",
  6. "id": "563749920683720709"
  7. },
  8. "service": "FR-Minecraft",
  9. "description": {
  10. "en": "News Minecraft, tips, tools and all the help necessary to play Minecraft!",
  11. "fr": "L'actualité Minecraft, des astuces, des outils et toute l'aide necessaire pour jouer à Minecraft !",
  12. "nl": "Nieuws Minecraft, tips, tools en alle hulp die nodig is om Minecraft te spelen!"
  13. },
  14. "url": "fr-minecraft.net",
  15. "version": "1.1.21",
  16. "logo": "https://cdn.rcd.gg/PreMiD/websites/F/FR-Minecraft/assets/logo.png",
  17. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/F/FR-Minecraft/assets/thumbnail.png",
  18. "color": "#4AD818",
  19. "category": "games",
  20. "tags": [
  21. "community",
  22. "fr-minecraft",
  23. "minecraft",
  24. "news"
  25. ],
  26. "settings": [
  27. {
  28. "id": "privacy",
  29. "title": "Privacy Mode",
  30. "icon": "fad fa-user-secret",
  31. "value": false
  32. },
  33. {
  34. "id": "button",
  35. "if": {
  36. "privacy": false
  37. },
  38. "title": "Add Button",
  39. "icon": "fas fa-compress-arrows-alt",
  40. "value": true
  41. }
  42. ]
  43. }