diff --git a/src/drivers/webextension/manifest.json b/src/drivers/webextension/manifest.json index 34630e09b..2db0afece 100644 --- a/src/drivers/webextension/manifest.json +++ b/src/drivers/webextension/manifest.json @@ -74,11 +74,5 @@ "http://*/*", "https://*/*" ], - "content_security_policy": "script-src 'self'; object-src 'self'", - "applications": { - "gecko": { - "id": "wappalyzer@crunchlabz.com", - "strict_min_version": "60.0" - } - } + "content_security_policy": "script-src 'self'; object-src 'self'" }