Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/mangaweebs/mangaweebs.dart
2024-03-28 11:13:42 +01:00

14 lines
468 B
Dart

import '../../../../../../model/source.dart';
Source get mangaweebsSource => _mangaweebsSource;
Source _mangaweebsSource = Source(
name: "Manga Weebs",
baseUrl: "https://mangaweebs.in",
lang: "en",
typeSource: "madara",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangaweebs/icon.png",
dateFormat:"dd MMMM HH:mm",
dateFormatLocale:"en_us",
);