Files
kodjodevf-mangayomi-extensions/manga/multisrc/mangareader/src/kumapoi/kumapoi.dart
kodjomoustapha 9026bc1f31 Update
2023-12-08 17:12:19 +01:00

16 lines
432 B
Dart

import '../../../../../model/source.dart';
Source get kumapoiSource => _kumapoiSource;
Source _kumapoiSource = Source(
name: "KumaPoi",
baseUrl: "https://kumapoi.club",
lang: "id",
isNsfw: true,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/src/kumapoi/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "id",
);