metadata.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "name": "BigBoi",
  6. "id": "853932304257908746"
  7. },
  8. "service": "Free Web Novel",
  9. "description": {
  10. "en": "We offer free novels to read online! Read novels updated daily: Chinese novels, English novels, Japanese novels, Korean novels, and novels of multiple genres."
  11. },
  12. "url": "freewebnovel.com",
  13. "version": "1.0.14",
  14. "logo": "https://cdn.rcd.gg/PreMiD/websites/F/Free%20Web%20Novel/assets/logo.png",
  15. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/F/Free%20Web%20Novel/assets/thumbnail.png",
  16. "color": "#5a5a5a",
  17. "category": "socials",
  18. "tags": [
  19. "novel",
  20. "book",
  21. "books",
  22. "reading",
  23. "free"
  24. ],
  25. "settings": [
  26. {
  27. "id": "logoOnly",
  28. "title": "Logo Only",
  29. "if": {
  30. "privacy": false
  31. },
  32. "icon": "fa-solid fa-block-question",
  33. "value": false
  34. },
  35. {
  36. "id": "privacy",
  37. "title": "Privacy Mode",
  38. "if": {
  39. "showLogo": false
  40. },
  41. "icon": "fas fa-user-secret",
  42. "value": false
  43. },
  44. {
  45. "id": "showBook",
  46. "if": {
  47. "privacy": false,
  48. "showLogo": false,
  49. "showReading": true
  50. },
  51. "title": "Show Current Book",
  52. "icon": "fas fa-book",
  53. "value": true
  54. },
  55. {
  56. "id": "showCover",
  57. "if": {
  58. "privacy": false,
  59. "showLogo": false,
  60. "showBook": true,
  61. "showReading": true
  62. },
  63. "title": "Show Book Cover",
  64. "icon": "fas fa-images",
  65. "value": true
  66. },
  67. {
  68. "id": "showReading",
  69. "if": {
  70. "showLogo": false
  71. },
  72. "title": "Show Browsing/Reading Status",
  73. "icon": "fas fa-book-reader",
  74. "value": true
  75. },
  76. {
  77. "id": "showTimestamp",
  78. "title": "Show Timestamps",
  79. "icon": "fas fa-clock",
  80. "value": true
  81. },
  82. {
  83. "id": "showButtons",
  84. "if": {
  85. "privacy": false,
  86. "showLogo": false
  87. },
  88. "title": "Show Buttons",
  89. "icon": "fas fa-compress-arrows-alt",
  90. "value": true
  91. }
  92. ]
  93. }