Skip to content

Thunderbird (master branch) complains about messageDisplayScript undefined due to possible change of manifest version #5848

@martgil

Description

@martgil

Description:

There's an error message saying that the usage of messageDisplayScript is undefined.

image

Upon checking, the Thunderbird 91 or older only supports messageDisplayScript for already opened pages https://webextension-api.thunderbird.net/en/91/messageDisplayScripts.html and so it does not work for Thunderbird client version128 ESR version or latest.

image

So from the latest documentation available at https://webextension-api.thunderbird.net/en/128-esr-mv2/messageDisplayScripts.html, it is suggested to use executeScript for maximum compatibility possible.

image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions