Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d1744a9
feat(Novel Mania): Update and add setting up for v2
Shulchl Jul 3, 2026
61b70b6
fix(Novel Mania): Update everything website has changed
Shulchl Jul 3, 2026
73493aa
Merge branch 'PreMiD:main' into master
Shulchl Jul 3, 2026
1649427
Remove folders as I dont know whta to do with then
Shulchl Jul 3, 2026
58342d5
update(Novel Mania): Remove versionize folders as I actually didn't n…
Shulchl Jul 3, 2026
214401d
small change...
Shulchl Jul 3, 2026
5532a1e
small change ²...
Shulchl Jul 3, 2026
b7514b5
small change ³...
Shulchl Jul 3, 2026
661e52f
Fixing lint match pattern error in tags
Shulchl Jul 3, 2026
7072474
Translating a comment
Shulchl Jul 3, 2026
9ddf466
Fix timestamp. Not in the mood to make one for each state
Shulchl Jul 3, 2026
1d3bf7b
Merge branch 'PreMiD:main' into master
Shulchl Jul 3, 2026
774fb81
Fix more lint errors
Shulchl Jul 3, 2026
9e6b656
I forgor my discord name have changed...
Shulchl Jul 3, 2026
877623f
This bot's nuts
Shulchl Jul 3, 2026
0e87e16
it went unnoticed...
Shulchl Jul 3, 2026
3f05b2b
Fixing buttons, tags and some selections. Removing unnecessary transl…
Shulchl Jul 7, 2026
21c273b
Adding novel cover as largeImageKey
Shulchl Jul 7, 2026
20ea63c
Merge branch 'main' into master
Shulchl Jul 7, 2026
fbd5d8e
Merge branch 'main' into master
Shulchl Jul 8, 2026
ac904d4
Merge branch 'main' into master
Shulchl Jul 10, 2026
6484822
Merge branch 'main' into master
Shulchl Jul 11, 2026
ad39190
Merge branch 'main' into master
Shulchl Jul 12, 2026
ff9c6d2
updating username
Shulchl Jul 12, 2026
60ae4fb
fix linting
Shulchl Jul 12, 2026
3bd5677
Fix largeImageText not working,
Shulchl Jul 29, 2026
9d6d550
Merge branch 'main' into master
Shulchl Jul 29, 2026
e51b7d7
Rearranging tags order
Shulchl Jul 29, 2026
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
34 changes: 34 additions & 0 deletions websites/N/Novel Mania/Novel Mania.json
Comment thread
Shulchl marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"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": "Text from 'viewing novel's button'.",
"message": "Read this novel!"
},
"novelmania.readChapterButton": {
"description": "Text from 'reading chapter button'. Call to read along!",
"message": "Read this chapter!"
},
"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!"
}
}
50 changes: 44 additions & 6 deletions websites/N/Novel Mania/metadata.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,64 @@
{
"$schema": "https://schemas.premid.app/metadata/1.16",
"$schema": "https://schemas.premid.app/metadata/1.17",
"apiVersion": 1,
"author": {
"name": "Shuichi",
"name": "hitwizard",
"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"
"webnovel",
"lightnovel",
"translation",
"book",
"reader",
"light-novel-translation",
"web-novel-translation",
"scanlator",
"novel-translation",
"books",
"book-translation"
],
"settings": [
{
"id": "lang",
"multiLanguage": true
},
{
"id": "hideInfo",
"title": "Privacy Mode",
"icon": "fad fa-user-secret",
"value": false
},
{
"id": "showButtons",
"title": "Show Buttons",
"icon": "fas fa-compress-arrows-alt",
"value": true,
"if": {
"hideInfo": false
}
},
{
"id": "showTimestamp",
"title": "Show Timestamp",
"icon": "fad fa-stopwatch",
"value": true
}
]
}
Loading
Loading