From fe4f7b3a8235b2bb3d6ad477ccbd2b13f23e88f1 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 19 May 2019 18:09:40 -0700 Subject: [PATCH] Create new ID for Mozilla Developer Hub --- ext/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/manifest.json b/ext/manifest.json index da12bc4f..fb3d7a30 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -54,7 +54,7 @@ "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "applications": { "gecko": { - "id": "alex@foosoft.net", + "id": "alex-testing@foosoft.net", "strict_min_version": "52.0" } }