metadata.json 938 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "id": "181381194070491136",
  6. "name": "3Tau"
  7. },
  8. "service": "MultiTwitch",
  9. "description": {
  10. "en": "Watch and enjoy an unlimited number of your favorite Twitch streams simultaneously."
  11. },
  12. "url": [
  13. "multitwitch.tv",
  14. "www.multitwitch.tv"
  15. ],
  16. "version": "1.0.8",
  17. "logo": "https://cdn.rcd.gg/PreMiD/websites/M/MultiTwitch/assets/logo.png",
  18. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/M/MultiTwitch/assets/thumbnail.png",
  19. "color": "#6441a5",
  20. "category": "videos",
  21. "tags": [
  22. "twitch",
  23. "video",
  24. "streaming",
  25. "entertainment"
  26. ],
  27. "settings": [
  28. {
  29. "id": "showStreamers",
  30. "title": "Show streams",
  31. "icon": "fa-duotone fa-screen-users",
  32. "value": true
  33. },
  34. {
  35. "id": "showButton",
  36. "if": {
  37. "showStreamers": true
  38. },
  39. "title": "Show 'Open' button",
  40. "value": false,
  41. "icon": "fa-duotone fa-eye"
  42. }
  43. ]
  44. }