diff --git a/chrome-extension/manifest-firefox.json b/chrome-extension/manifest-firefox.json index 5cb454b..00f7a4e 100644 --- a/chrome-extension/manifest-firefox.json +++ b/chrome-extension/manifest-firefox.json @@ -6,10 +6,11 @@ "browser_specific_settings": { "gecko": { "id": "spectral-wiki-price@ely.gg", - "strict_min_version": "140.0", + "strict_min_version": "142.0", "data_collection_permissions": { - "technicalAndInteractionData": false, - "locationData": false + "required": [ + "none" + ] } } }, diff --git a/release/ely-extension-firefox.zip b/release/ely-extension-firefox.zip index c0f3f55..df6084f 100644 Binary files a/release/ely-extension-firefox.zip and b/release/ely-extension-firefox.zip differ