mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
14 lines
469 B
Dart
14 lines
469 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get hipercoolSource => _hipercoolSource;
|
|
|
|
Source _hipercoolSource = Source(
|
|
name: "HipercooL",
|
|
baseUrl: "https://hipercool.xyz",
|
|
lang: "pt-BR",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/madara/src/hipercool/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |