Add the AMO UUID.
This commit is contained in:
parent
1b5eff7030
commit
fc1e632a5f
|
@ -39,6 +39,11 @@ export default function createManifest(
|
||||||
manifest.background = {
|
manifest.background = {
|
||||||
scripts: [backgroundScript],
|
scripts: [backgroundScript],
|
||||||
};
|
};
|
||||||
|
manifest.applications = {
|
||||||
|
gecko: {
|
||||||
|
id: '{2dd6149a-403e-4e67-9cf8-5fe64e16c909}',
|
||||||
|
},
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
return manifest;
|
return manifest;
|
||||||
|
|
Loading…
Reference in New Issue