metadata.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "name": "someone",
  6. "id": "235413185639874561"
  7. },
  8. "service": "Necord",
  9. "description": {
  10. "en": "A module for creating Discord bots using NestJS, based on Discord.js"
  11. },
  12. "url": [
  13. "necord.org",
  14. "www.necord.org"
  15. ],
  16. "version": "1.0.8",
  17. "logo": "https://cdn.rcd.gg/PreMiD/websites/N/Necord/assets/logo.png",
  18. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/N/Necord/assets/thumbnail.png",
  19. "color": "#c12549",
  20. "category": "other",
  21. "tags": [
  22. "open-source",
  23. "documentation",
  24. "discord"
  25. ],
  26. "settings": [
  27. {
  28. "id": "privacy",
  29. "title": "Privacy Mode",
  30. "icon": "fas fa-user-secret",
  31. "value": false
  32. },
  33. {
  34. "id": "search",
  35. "title": "Show search query",
  36. "icon": "fas fa-search",
  37. "value": true,
  38. "if": {
  39. "privacy": false
  40. }
  41. },
  42. {
  43. "id": "docs-page",
  44. "title": "Show current page",
  45. "icon": "fas fa-book",
  46. "value": true,
  47. "if": {
  48. "privacy": false
  49. }
  50. },
  51. {
  52. "id": "docs-page-content",
  53. "title": "Show current content",
  54. "icon": "fas fa-book",
  55. "value": true,
  56. "if": {
  57. "privacy": false
  58. }
  59. },
  60. {
  61. "id": "docs-page-sidebar",
  62. "title": "Show selecting category",
  63. "icon": "fas fa-book",
  64. "value": true,
  65. "if": {
  66. "privacy": false
  67. }
  68. },
  69. {
  70. "id": "idling",
  71. "title": "Show idling status",
  72. "icon": "fas fa-id-card",
  73. "value": true,
  74. "if": {
  75. "privacy": false
  76. }
  77. }
  78. ]
  79. }