From 54a841b580eed7da75a2f3e6315640f68fdbeec6 Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 14 Mar 2022 11:11:50 +0100 Subject: [PATCH] Add the AMO UUID. --- source/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/manifest.json b/source/manifest.json index 0e202dd..42ac176 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -29,5 +29,10 @@ "scripts": [ "background-scripts/initialize.ts" ] + }, + "applications": { + "gecko": { + "id": "{cbb8b06b-9d6f-42f2-9d8d-7581f411653c}" + } } }