Added open url custom rules

This commit is contained in:
Juan Gilsanz Polo 2022-10-10 01:20:36 +02:00
parent 7ccf4127c2
commit e4986c0bd9
2 changed files with 21 additions and 1 deletions

View file

@ -1,4 +1,5 @@
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";
static const String customRuleDocs = "https://github.com/AdguardTeam/AdGuardHome/wiki/Hosts-Blocklists";
}