From 32b72db90d24bc26599b5e33397a34321becf7a8 Mon Sep 17 00:00:00 2001 From: Bauke Date: Sun, 10 Nov 2019 19:26:04 +0100 Subject: [PATCH] Chore: Add Firefox Add-on ID to manifest.json --- source/assets/manifest.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/assets/manifest.json b/source/assets/manifest.json index 0c00c21..69325b4 100644 --- a/source/assets/manifest.json +++ b/source/assets/manifest.json @@ -46,5 +46,10 @@ "../ts/scripts/user-labels.ts" ] } - ] + ], + "applications": { + "gecko": { + "id": "{3a6a9b87-5ea1-441c-98d8-e27a1a0958c8}" + } + } }