mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
14 lines
465 B
Dart
14 lines
465 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get grabberzoneSource => _grabberzoneSource;
|
|
Source _grabberzoneSource = Source(
|
|
name: "Grabber Zone",
|
|
baseUrl: "https://grabber.zone",
|
|
lang: "all",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/grabberzone/icon.png",
|
|
dateFormat:"dd.MM.yyyy",
|
|
dateFormatLocale:"en"
|
|
);
|