Files
kodjodevf-mangayomi-extensions/manga/multisrc/madara/src/ghostscan/ghostscan.dart
kodjomoustapha fe6bf88086 Refactor
2023-12-08 16:04:42 +01:00

14 lines
464 B
Dart

import '../../../../../model/source.dart';
Source get ghostscanSource => _ghostscanSource;
Source _ghostscanSource = Source(
name: "Ghost Scan",
baseUrl: "https://ghostscan.com.br",
lang: "pt-BR",
typeSource: "madara",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/ghostscan/icon.png",
dateFormat:"dd 'de' MMMMM 'de' yyyy",
dateFormatLocale:"pt-br",
);