diff --git a/emby.json b/emby.json new file mode 100644 index 0000000..2eb044d --- /dev/null +++ b/emby.json @@ -0,0 +1,20 @@ +{ + "version": 1, + "rules": [ + { + "domain": [ + "cherrytv.one" + ] + }, + { + "domain_suffix": [ + ".cherrytv.one" + ] + }, + { + "domain_keyword": [ + "cherrytv" + ] + } + ] +}