Added search domain internet

This commit is contained in:
Juan Gilsanz Polo 2023-07-14 19:51:18 +02:00
parent 8cce3268c3
commit 2d3a858f59
4 changed files with 18 additions and 3 deletions

View file

@ -4,4 +4,5 @@ class Urls {
static const String customRuleDocs = "https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters";
static const String getReleasesGitHub = "https://api.github.com/repos/JGeek00/adguard-home-manager/releases";
static const String adGuardHomeReleasesTags = "https://api.github.com/repos/AdGuardTeam/AdGuardHome/releases/tags";
static const String googleSearchUrl = "https://www.google.com/search";
}