diff --git a/modules/EnterprisePolicyGeneratorFF.php b/modules/EnterprisePolicyGeneratorFF.php new file mode 100644 index 0000000..175c21a --- /dev/null +++ b/modules/EnterprisePolicyGeneratorFF.php @@ -0,0 +1,15 @@ +patch->setBranch('for Firefox'); + } + function check() : bool { + if ($this->fetch('https://addons.mozilla.org/en-US/firefox/addon/enterprise-policy-generator/')) + return $this->parse('/"version":"([\d\.]+)"/'); + return false; + } +} + +?>