We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ba226 commit 821d5eeCopy full SHA for 821d5ee
manifest.js
@@ -41,7 +41,7 @@ const EDGE_UPDATE_URL = "https://edge.microsoft.com/extensionwebstorebase/v1/crx
41
const isFirefox = MANIFEST_VER.includes("firefox");
42
43
if (isFirefox && /rc|\.9\d{2}$/.test(extVer)) {
44
- json.browser_specific_settings.update_url = FIREFOX_UPDATE_URL;
+ json.browser_specific_settings.gecko.update_url = FIREFOX_UPDATE_URL;
45
}
46
47
if (MANIFEST_VER.includes(3)) {
0 commit comments