1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "$schema": "https://schemas.premid.app/metadata/1.12",
- "apiVersion": 1,
- "author": {
- "name": "Kyrie",
- "id": "368399721494216706"
- },
- "service": "Webnovel",
- "description": {
- "en": "Webnovel - The largest web novels community in the world. Online Reading stories, fiction books, novels and comic books!"
- },
- "url": "www.webnovel.com",
- "regExp": "([a-z0-9]+[.])webnovel[.]com",
- "version": "1.0.10",
- "logo": "https://cdn.rcd.gg/PreMiD/websites/W/Webnovel/assets/logo.png",
- "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/W/Webnovel/assets/thumbnail.jpeg",
- "color": "#3F4DA5",
- "category": "socials",
- "tags": [
- "novel",
- "book",
- "reading"
- ],
- "settings": [
- {
- "id": "privacy",
- "title": "Privacy Mode",
- "icon": "fad fa-user-secret",
- "value": false
- },
- {
- "id": "timestamp",
- "title": "Show Timestamps",
- "icon": "fad fa-stopwatch",
- "value": true
- },
- {
- "id": "cover",
- "title": "Show Images",
- "icon": "fad fa-images",
- "value": true
- },
- {
- "id": "buttons",
- "if": {
- "privacy": false
- },
- "title": "Show Buttons",
- "icon": "fas fa-compress-arrows-alt",
- "value": true
- }
- ]
- }
|