mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 11:21:11 +00:00
14 lines
466 B
Dart
14 lines
466 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get murimscanSource => _murimscanSource;
|
|
|
|
Source _murimscanSource = Source(
|
|
name: "MurimScan",
|
|
baseUrl: "https://murimscan.run",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/madara/src/murimscan/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |