mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
14 lines
488 B
Dart
14 lines
488 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get silencescanSource => _silencescanSource;
|
|
Source _silencescanSource = Source(
|
|
name: "Silence Scan",
|
|
baseUrl: "https://silencescan.com.br",
|
|
lang: "pt-br",
|
|
isNsfw:true,
|
|
typeSource: "mangareader",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/silencescan/icon.png",
|
|
dateFormat:"MMMMM dd, yyyy",
|
|
dateFormatLocale:"pt-br"
|
|
);
|