Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/lunarscan/lunarscan.dart
kodjomoustapha 7cb91be46f fix iconUrl
2024-12-20 11:17:25 +01:00

14 lines
460 B
Dart

import '../../../../../../model/source.dart';
Source get lunarscanSource => _lunarscanSource;
Source _lunarscanSource = Source(
name: "Lunar Scan",
baseUrl: "https://lunarscan.com.br",
lang: "pt-br",
isNsfw:false,
typeSource: "madara",
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/lunarscan/icon.png",
dateFormat:"MMMMM dd, yyyy",
dateFormatLocale:"pt-br"
);