mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 22:00:29 +00:00
14 lines
455 B
Dart
14 lines
455 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get stonescapeSource => _stonescapeSource;
|
|
Source _stonescapeSource = Source(
|
|
name: "StoneScape",
|
|
baseUrl: "https://stonescape.xyz",
|
|
lang: "en",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/stonescape/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en"
|
|
);
|