metadata.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "id": "705490775932403795",
  6. "name": "jordaar"
  7. },
  8. "service": "movie-web",
  9. "description": {
  10. "en": "The place for your favorite movies & shows"
  11. },
  12. "url": [
  13. "watch.qtchaos.de",
  14. "mw.lonelil.com",
  15. "mw.lonelil.ru",
  16. "scootydooter.vercel.app",
  17. "movie-web-me.vercel.app",
  18. "www.vidbinge.com",
  19. "vidbinge.app",
  20. "movies.levrx.lol",
  21. "www.essential.wtf",
  22. "streamerflix.xyz",
  23. "envyflix.xyz",
  24. "sunnymovies.site",
  25. "pseudo-flix.pro",
  26. "movie-web.x",
  27. "sudo-flix.rip"
  28. ],
  29. "regExp": "(dev[.])?(movie-web[.]app)",
  30. "version": "1.1.7",
  31. "logo": "https://cdn.rcd.gg/PreMiD/websites/M/movie-web/assets/logo.png",
  32. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/M/movie-web/assets/thumbnail.png",
  33. "color": "#533670",
  34. "category": "videos",
  35. "tags": [
  36. "movies",
  37. "shows",
  38. "anime",
  39. "streaming",
  40. "movie-web"
  41. ],
  42. "settings": [
  43. {
  44. "id": "watch",
  45. "title": "Show Watch Button",
  46. "icon": "fad fa-eye",
  47. "value": true
  48. },
  49. {
  50. "id": "timestamp",
  51. "title": "Show Timestamp",
  52. "icon": "fad fa-timer",
  53. "value": true
  54. },
  55. {
  56. "id": "progress",
  57. "title": "Show Progress Bar",
  58. "icon": "fad fa-bars-progress",
  59. "value": true
  60. },
  61. {
  62. "id": "barLength",
  63. "if": {
  64. "progress": true
  65. },
  66. "title": "Bar Length",
  67. "value": "8",
  68. "placeholder": "8"
  69. },
  70. {
  71. "id": "barTrack",
  72. "if": {
  73. "progress": true
  74. },
  75. "title": "Track Character",
  76. "value": "▱",
  77. "placeholder": "▱"
  78. },
  79. {
  80. "id": "barFill",
  81. "if": {
  82. "progress": true
  83. },
  84. "title": "Fill Character",
  85. "value": "▰",
  86. "placeholder": "▰"
  87. },
  88. {
  89. "id": "showLabel",
  90. "if": {
  91. "progress": true
  92. },
  93. "title": "Show Label",
  94. "value": true
  95. }
  96. ]
  97. }