mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-19 13:20:42 +00:00
14 lines
457 B
Dart
14 lines
457 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/main/dart/manga/multisrc/madara/src/grabberzone/icon.png",
|
|
dateFormat:"dd.MM.yyyy",
|
|
dateFormatLocale:"en"
|
|
);
|