Files
kodjodevf-mangayomi-extensions/manga/multisrc/madara/src/murimscan/murimscan.dart
kodjomoustapha 48c1bc618f Refactor
2023-12-20 16:35:01 +01:00

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",
);