mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 03:10:59 +00:00
15 lines
473 B
Dart
15 lines
473 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get infernalvoidscansSource => _infernalvoidscansSource;
|
|
|
|
Source _infernalvoidscansSource = Source(
|
|
name: "Infernal Void Scans",
|
|
baseUrl: "https://void-scans.com",
|
|
lang: "en",
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/src/infernalvoidscans/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "en_us",
|
|
);
|