Add the AMO UUID.

This commit is contained in:
Bauke 2022-11-02 13:10:12 +01:00
parent 1b5eff7030
commit fc1e632a5f
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ export default function createManifest(
manifest.background = {
scripts: [backgroundScript],
};
manifest.applications = {
gecko: {
id: '{2dd6149a-403e-4e67-9cf8-5fe64e16c909}',
},
};
}
return manifest;