From 1ea742e9fcd42ac507d9c45293db5dd3172333a8 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Fri, 24 Aug 2018 17:46:13 +0200 Subject: [PATCH] fix app id --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e20cf8b..6809468 100644 --- a/manifest.json +++ b/manifest.json @@ -34,7 +34,7 @@ }, "applications": { "gecko": { - "id": "{59f7eef0-6361-4f57-9e7c-7fdbd6a33710}", + "id": "{2b6c2a2b-8cdf-4847-b184-b25d58656722}", "strict_min_version": "42.0" } }, @@ -42,4 +42,4 @@ "page": "options.html", "chrome_style": true } -} \ No newline at end of file +}