metadata.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.13",
  3. "apiVersion": 1,
  4. "author": {
  5. "name": "N0chteil ^^",
  6. "id": "495901098926669825"
  7. },
  8. "service": "SyncTube",
  9. "description": {
  10. "en": "A simple platform where you can create rooms, manage permissions and chat while watching YouTube videos synchronized with your friends.",
  11. "nl": "Een eenvoudig platform waar je kamers kunt aanmaken, rechten kunt beheren en kunt chatten terwijl je samen met je vrienden gesynchroniseerde YouTube-video's bekijkt."
  12. },
  13. "url": "sync-tube.de",
  14. "version": "2.0.22",
  15. "logo": "https://cdn.rcd.gg/PreMiD/websites/S/SyncTube/assets/logo.png",
  16. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/S/SyncTube/assets/thumbnail.png",
  17. "color": "#381010",
  18. "category": "other",
  19. "tags": [
  20. "youtube"
  21. ],
  22. "iframe": true,
  23. "iFrameRegExp": ".*",
  24. "settings": [
  25. {
  26. "id": "privacy",
  27. "title": "Privacy Mode",
  28. "icon": "fad fa-user-secret",
  29. "value": false
  30. },
  31. {
  32. "id": "moreDetails",
  33. "title": "Show video details",
  34. "icon": "fas fa-file-video",
  35. "value": true
  36. },
  37. {
  38. "id": "timeElapsed",
  39. "title": "Show elapsed time",
  40. "icon": "fad fa-hourglass-half",
  41. "value": true
  42. },
  43. {
  44. "id": "showButtons",
  45. "title": "Show buttons",
  46. "icon": "fas fa-compress-arrows-alt",
  47. "value": true
  48. },
  49. {
  50. "id": "logo",
  51. "title": "Icon",
  52. "icon": "fad fa-icons",
  53. "value": 0,
  54. "values": [
  55. "With text",
  56. "Icon"
  57. ]
  58. }
  59. ]
  60. }