Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/mangareader/src/imaginescan/imaginescan.dart
2024-05-17 20:40:26 +01:00

14 lines
488 B
Dart

import '../../../../../../model/source.dart';
Source get imaginescanSource => _imaginescanSource;
Source _imaginescanSource = Source(
name: "Imagine Scan",
baseUrl: "https://imaginescan.com.br",
lang: "pt-br",
isNsfw:true,
typeSource: "mangareader",
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/imaginescan/icon.png",
dateFormat:"MMMMM dd, yyyy",
dateFormatLocale:"pt-br"
);