mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 23:00:30 +00:00
14 lines
471 B
Dart
14 lines
471 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get manhwaworldSource => _manhwaworldSource;
|
|
|
|
Source _manhwaworldSource = Source(
|
|
name: "AQUA Scans",
|
|
baseUrl: "https://aquascans.com",
|
|
lang: "en",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/manhwaworld/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |