added property for notes/hints

This commit is contained in:
Schnitzel5
2025-04-23 22:24:35 +02:00
parent fd74449c3e
commit a5dda204ff
2 changed files with 7 additions and 1 deletions

View File

@@ -12,7 +12,8 @@ const mangayomiSources = [{
"dateFormatLocale": "",
"pkgPath": "novel/src/en/novelupdates.js",
"isNsfw": false,
"hasCloudflare": true
"hasCloudflare": true,
"notes": "This extension requires you to login to view the chapters!"
}];
class DefaultExtension extends MProvider {