metadata.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "name": "youka",
  6. "id": "239381559482777600"
  7. },
  8. "service": "MangaLife",
  9. "altnames": [
  10. "Manga4Life"
  11. ],
  12. "description": {
  13. "en": "MangaLife: Read free manga online."
  14. },
  15. "url": [
  16. "www.manga4life.com",
  17. "manga4life.com"
  18. ],
  19. "regExp": "([a-z0-9]+[.])?manga4life[.]com",
  20. "version": "1.0.18",
  21. "logo": "https://cdn.rcd.gg/PreMiD/websites/M/MangaLife/assets/logo.png",
  22. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/M/MangaLife/assets/thumbnail.png",
  23. "color": "#6cabdf",
  24. "category": "anime",
  25. "tags": [
  26. "anime",
  27. "manga"
  28. ],
  29. "settings": [
  30. {
  31. "id": "privacy",
  32. "title": "Privacy Mode",
  33. "icon": "fad fa-user-secret",
  34. "value": false
  35. },
  36. {
  37. "id": "cover",
  38. "title": "Show Cover",
  39. "icon": "fad fa-images",
  40. "value": true
  41. },
  42. {
  43. "id": "timestamps",
  44. "title": "Show Timestamps",
  45. "icon": "fad fa-clock",
  46. "value": true
  47. },
  48. {
  49. "id": "buttons",
  50. "title": "Show Buttons",
  51. "icon": "fad fa-mouse-pointer",
  52. "value": true
  53. }
  54. ]
  55. }