From 6a3cc0bdb636ac86aa2a2f2a6c117a2fd652ed2d Mon Sep 17 00:00:00 2001 From: groovecoder Date: Fri, 17 Feb 2017 09:52:21 -0600 Subject: [PATCH] fix #194: the real update_url --- webextension/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webextension/manifest.json b/webextension/manifest.json index 15731e0..f8548a2 100644 --- a/webextension/manifest.json +++ b/webextension/manifest.json @@ -13,7 +13,7 @@ "gecko": { "id": "testpilot-containers@mozilla.org", "strict_min_version": "50.0", - "update_url": "https://testpilot.firefox.com/files/testpilot-containers@mozilla.org/updates.json" + "update_url": "https://testpilot.firefox.com/files/@testpilot-containers/updates.json" } },