So basically I am trying to create a really simple Thunderbird-Add-On with a button that opens a URL.
So I tried some of the Firefox-Example-Plugins (https://github.com/mdn/webextensions-examples/tree/master/tabs-tabs-tabs) but they all fail because of:
Reading manifest: Error processing browser_action: An unexpected property was found in the WebExtension manifest.
I could not find any documentation how Thunderbird 60+ differs from Firefox here and how to recreate browser_action for Thunderbird