mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
14 lines
400 B
Dart
14 lines
400 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get falconmangaSource => _falconmangaSource;
|
|
|
|
Source _falconmangaSource = Source(
|
|
name: "فالكون مانجا",
|
|
baseUrl: "https://falconmanga.com",
|
|
lang: "ar",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/falconmanga/icon.png",
|
|
);
|