2022-10-04 16:09:50 +02:00
|
|
|
class Urls {
|
|
|
|
static const String playStore = "https://play.google.com/store/apps/details?id=com.jgeek00.adguard_home_manager";
|
|
|
|
static const String gitHub = "https://github.com/JGeek00/adguard-home-manager";
|
2022-10-12 01:10:41 +02:00
|
|
|
static const String customRuleDocs = "https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters";
|
2023-05-25 21:14:26 +02:00
|
|
|
static const String getReleasesGitHub = "https://api.github.com/repos/JGeek00/adguard-home-manager/releases";
|
2023-10-27 14:39:07 +02:00
|
|
|
static const String getLatestReleaseGitHub = "https://api.github.com/repos/JGeek00/adguard-home-manager/releases/latest";
|
2023-04-07 16:48:58 +02:00
|
|
|
static const String adGuardHomeReleasesTags = "https://api.github.com/repos/AdGuardTeam/AdGuardHome/releases/tags";
|
2023-07-14 19:51:18 +02:00
|
|
|
static const String googleSearchUrl = "https://www.google.com/search";
|
2023-08-28 20:23:07 +02:00
|
|
|
static const String connectionInstructions = "https://github.com/JGeek00/adguard-home-manager/wiki/Create-a-connection";
|
2025-01-21 20:55:54 +01:00
|
|
|
static const String appDetailsWebpage = "https://apps.jgeek00.com/jlfed8mcgyz6laf";
|
|
|
|
static const String jgeek00AppsWebpage = "https://apps.jgeek00.com";
|
2022-10-04 16:09:50 +02:00
|
|
|
}
|