mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-18 04:40:29 +00:00
Reorganize folders
This commit is contained in:
BIN
dart/manga/multisrc/mangabox/src/mangakakalot/icon.png
Normal file
BIN
dart/manga/multisrc/mangabox/src/mangakakalot/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.0 KiB |
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangakakalotSource => _mangakakalotSource;
|
||||
|
||||
Source _mangakakalotSource = Source(
|
||||
name: "Mangakakalot",
|
||||
baseUrl: "https://mangakakalot.com",
|
||||
lang: "en",
|
||||
typeSource: "mangabox",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/mangakakalot/icon.png",
|
||||
dateFormat: "MMM-dd-yy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
Reference in New Issue
Block a user