metadata.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "name": "Kyrie",
  6. "id": "368399721494216706"
  7. },
  8. "service": "Webnovel",
  9. "description": {
  10. "en": "Webnovel - The largest web novels community in the world. Online Reading stories, fiction books, novels and comic books!"
  11. },
  12. "url": "www.webnovel.com",
  13. "regExp": "([a-z0-9]+[.])webnovel[.]com",
  14. "version": "1.0.10",
  15. "logo": "https://cdn.rcd.gg/PreMiD/websites/W/Webnovel/assets/logo.png",
  16. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/W/Webnovel/assets/thumbnail.jpeg",
  17. "color": "#3F4DA5",
  18. "category": "socials",
  19. "tags": [
  20. "novel",
  21. "book",
  22. "reading"
  23. ],
  24. "settings": [
  25. {
  26. "id": "privacy",
  27. "title": "Privacy Mode",
  28. "icon": "fad fa-user-secret",
  29. "value": false
  30. },
  31. {
  32. "id": "timestamp",
  33. "title": "Show Timestamps",
  34. "icon": "fad fa-stopwatch",
  35. "value": true
  36. },
  37. {
  38. "id": "cover",
  39. "title": "Show Images",
  40. "icon": "fad fa-images",
  41. "value": true
  42. },
  43. {
  44. "id": "buttons",
  45. "if": {
  46. "privacy": false
  47. },
  48. "title": "Show Buttons",
  49. "icon": "fas fa-compress-arrows-alt",
  50. "value": true
  51. }
  52. ]
  53. }