1
Fork 0

Add the AMO ID.

This commit is contained in:
Bauke 2023-06-15 15:37:03 +02:00
parent 4a39d6029a
commit ce27fa8866
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ export function createManifest(browser: string): Manifest.WebExtensionManifest {
manifest.browser_action = action; manifest.browser_action = action;
manifest.browser_specific_settings = { manifest.browser_specific_settings = {
gecko: { gecko: {
// TODO: Add the AMO ID once it has been published. id: "{1f735d8b-636a-4368-9a8b-afba3934bc64}",
strict_min_version: "102.0", strict_min_version: "102.0",
}, },
}; };