added version to every extension
This commit is contained in:
@@ -2,7 +2,8 @@ class mangapark {
|
||||
constructor() {
|
||||
this.baseUrl = "https://mangapark.net/apo";
|
||||
this.type = "book-board";
|
||||
this.mediaType = "manga";
|
||||
this.mediaType = "manga";
|
||||
this.version = "1.0"
|
||||
}
|
||||
|
||||
async search(queryObj) {
|
||||
|
||||
Reference in New Issue
Block a user