Skip to content

Commit 821d5ee

Browse files
committed
Fixed misplaced update_url in development builds (thanks DJ-Leith for reporting).
1 parent e3ba226 commit 821d5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const EDGE_UPDATE_URL = "https://edge.microsoft.com/extensionwebstorebase/v1/crx
4141
const isFirefox = MANIFEST_VER.includes("firefox");
4242

4343
if (isFirefox && /rc|\.9\d{2}$/.test(extVer)) {
44-
json.browser_specific_settings.update_url = FIREFOX_UPDATE_URL;
44+
json.browser_specific_settings.gecko.update_url = FIREFOX_UPDATE_URL;
4545
}
4646

4747
if (MANIFEST_VER.includes(3)) {

0 commit comments

Comments
 (0)