Skip to content
Open
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 46 additions & 7 deletions websites/N/Novel Mania/metadata.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,65 @@
{
"$schema": "https://schemas.premid.app/metadata/1.16",
"$schema": "https://schemas.premid.app/metadata/1.17",
"apiVersion": 1,
"author": {
"name": "Shuichi",
"name": "obudista",
"id": "179440483796385792"
},
"service": "Novel Mania",
"altnames": [
"NovelMania"
],
"description": {
"en": "Read webnovels in Portuguese anywhere and anytime.",
"nl": "Lees overal en altijd webnovels in het Portugees.",
"pt-br": "Leia webnovels em português a qualquer momento e a qualquer hora."
},
"url": "novelmania.com.br",
"regExp": "^https?[:][/][/]([a-z0-9-]+[.])*novelmania[.]com[.]br[/]",
"version": "1.1.0",
"version": "2.0.0",
"logo": "https://cdn.rcd.gg/PreMiD/websites/N/Novel%20Mania/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/N/Novel%20Mania/assets/thumbnail.jpg",
"color": "#008cff",
"category": "other",
"tags": [
"novel",
"mania",
"translator"
"novel-mania",
"translation",

Check failure

Code scanning / ESLint

Require or disallow newline at the end of files Error

Newline required at end of file but not found.
Comment thread
github-advanced-security[bot] marked this conversation as resolved.
Fixed
"lightnovel",
"light-novel-translation",
"webnovel",
"web-novel-translation",
"reader",
"scanlator",
"novel-translation",
"book",
"books",
"book-translation"
],
"settings": [
{
"id": "lang",
"multiLanguage": true
},
{
"id": "hideInfo",
"title": "Privacy Mode",
"icon": "fas fa-compress-arrows-alt",
"value": false
},
{
"id": "showButtons",
"title": "Show Buttons",
"icon": "fas fa-compress-arrows-alt",
"value": true,
"if": {
"showInfo": false
}
},
{
"id": "showTimestamp",
"title": "Show Timestamp",
"icon": "fas fa-clock",
"value": true
}
]
}
}
54 changes: 54 additions & 0 deletions websites/N/Novel Mania/novelmania.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"novelmania.volume": {
"description": "Text for when user's reading a novel with volumes.",
"message": "Volume"
},
"novelmania.book": {
"description": "Text for when user's reading a novel with books.",
"message": "Book"
},
"novelmania.viewingProfile": {
"description": "Text for when user's visualizing someone's profile.",
"message": "Viewing profile"
},
"novelmania.lists": {
"description": "Text for when user's visualizing 'lists' page.",
"message": "listas"
},
"novelmania.news": {
"description": "Text for when user's visualizing 'news' page.",
"message": "news"
},
"novelmania.genre": {
"description": "Text for when user's browsing genres.",
"message": "genres"
},
"novelmania.novel": {
"description": "Just a placeholder for a novel title. It doesn't matter what it is, it will be replaced by the actual title.",
"message": "novel"
},
"novelmania.readNovelButton": {
"description": "",
"message": "Read this novel!"
},
"novelmania.readChapterButton": {
"description": "Text from 'reading chapter button'. Call to read along!",
"message": "Read this chapter!"
},
"novelmania.visitWebsiteButton": {
"description": "Text from 'visit website button'.",
"message": "Visit this website!"
},
"novelmania.readListButton": {
"description": "Text from 'read this list button'.",
"message": "Read this list!"
},
"novelmania.readNewsButton": {
"description": "Text from 'read this news button'.",
"message": "Read this news!"
},
"novelmania.visitUserProfileButton": {
"description": "Text from 'spy on this user button'. Naughty, naughty...",
"message": "Spy on this user!"
}
}
Loading
Loading