From 4792befb0db644954730eb92b9bd89f7b8d6e783 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Wed, 13 Sep 2017 23:54:49 -0400 Subject: [PATCH] Fix Firefox application ID --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index adbdf83..200122f 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "applications": { "gecko": { - "id": "mmra@matt.baer.works", + "id": "{28d1ed97-5ff6-432b-a26d-61896fe2cbed}", "strict_min_version": "42.0" } },