metadata.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "name": "Snazzah",
  6. "id": "158049329150427136"
  7. },
  8. "service": "Newgrounds",
  9. "description": {
  10. "en": "A community of artists, game developers, musicians, voice actors and writers who create and share some of the best stuff on the web!",
  11. "nl": "Een gemeenschap van artiesten, game-ontwikkelaars, muzikanten, stemacteurs en schrijvers die de beste dingen op internet maken en delen!"
  12. },
  13. "url": "newgrounds.com",
  14. "regExp": "([a-z0-9]+)[.]newgrounds[.]com",
  15. "version": "1.1.22",
  16. "logo": "https://cdn.rcd.gg/PreMiD/websites/N/Newgrounds/assets/logo.jpeg",
  17. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/N/Newgrounds/assets/thumbnail.jpg",
  18. "color": "#f58a2f",
  19. "category": "socials",
  20. "tags": [
  21. "games",
  22. "art",
  23. "movies",
  24. "music"
  25. ],
  26. "settings": [
  27. {
  28. "id": "showprofilename",
  29. "title": "Show Profile Name",
  30. "icon": "fas fa-address-card",
  31. "value": true
  32. },
  33. {
  34. "id": "showsearchterm",
  35. "title": "Show Search Query",
  36. "icon": "fas fa-search",
  37. "value": true
  38. },
  39. {
  40. "id": "itemname",
  41. "title": "Show Art/Audio/Movie/Game/Collection/Playlist Name",
  42. "icon": "fas fa-bars",
  43. "value": true
  44. },
  45. {
  46. "id": "topicname",
  47. "title": "Show Forum Topic Name",
  48. "icon": "fas fa-comments",
  49. "value": true
  50. },
  51. {
  52. "id": "timestamp",
  53. "title": "Show Timestamps",
  54. "icon": "fas fa-clock",
  55. "value": true
  56. },
  57. {
  58. "id": "buttons",
  59. "title": "Show Presence Buttons",
  60. "icon": "fas fa-th-large",
  61. "value": true
  62. }
  63. ]
  64. }