Thanks Jorg. It worked when I added in the gecko object. ;-)
Thanks for the reminder that Lightning is an example of a working WebExtension ??
Blessings
On 24/01/2019 17:00, maildev-request@lists.thunderbird.net wrote:
Send Maildev mailing list submissions to
maildev@lists.thunderbird.net
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.thunderbird.net/mailman/listinfo/maildev_lists.thunderbird.net
or, via email, send a message with subject or body 'help' to
maildev-request@lists.thunderbird.net
You can reach the person managing the list at
maildev-owner@lists.thunderbird.net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Maildev digest..."
Today's Topics:
1. ATN Web Extension Support (Graeme)
2. thunderbird-webextensions.readthedocs.io (Graeme)
3. Re: ATN Web Extension Support (J?rg Knobloch)
Message: 1
Date: Thu, 24 Jan 2019 11:40:22 +0000
From: Graeme musiquegraeme@gmail.com
To: maildev@lists.thunderbird.net
Subject: [Maildev] ATN Web Extension Support
Message-ID: 23689e9c-dc07-48b4-a487-51efd5a6ab71@gmail.com
Content-Type: text/plain; charset="windows-1252"; Format="flowed"
Message: 1
Date: Tue, 22 Jan 2019 11:43:08 -0800
From: Andrei Hajdukewycz sancus@thunderbird.net
To: Thunderbird email developers maildev@lists.thunderbird.net
Subject: [Maildev] ATN Web Extension Support
ATN(addons.thunderbird.net https://addons.thunderbird.net/) now
supports web extensions for Thunderbird without having to use any
workarounds.
* Web Extensions should no longer get Firefox-only compatibility by
default, so you shouldn't have to manually add Thunderbird
compatibility to web extension versions after upload anymore.
* The "Compatible with Firefox 57+" banner has been removed.
* 'strict_min_version' in manifest.json now requires '60.0' or greater.
o If you upload a version with a 'strict_min_version' lower than
60.0, the validator will fail and state the required minimum.
o This does not apply retroactively to previously uploaded
versions or files.
I tried to add "strict_min_version": "64.0", to my manifest.json and got an error message.
1548329475062 addons.webextension.singledomain@graeme.trial WARN Loading extension
'singledomain@graeme.trial': Reading manifest: Error processing strict_min_version: An
unexpected property was found in the WebExtension manifest.
It would be really wonderful to have a basic manifest.json file somewhere....
Thanks Jorg. It worked when I added in the gecko object. ;-)
Thanks for the reminder that Lightning is an example of a working WebExtension ??
Blessings
On 24/01/2019 17:00, maildev-request@lists.thunderbird.net wrote:
> Send Maildev mailing list submissions to
> maildev@lists.thunderbird.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.thunderbird.net/mailman/listinfo/maildev_lists.thunderbird.net
>
> or, via email, send a message with subject or body 'help' to
> maildev-request@lists.thunderbird.net
>
> You can reach the person managing the list at
> maildev-owner@lists.thunderbird.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Maildev digest..."
>
>
> Today's Topics:
>
> 1. ATN Web Extension Support (Graeme)
> 2. thunderbird-webextensions.readthedocs.io (Graeme)
> 3. Re: ATN Web Extension Support (J?rg Knobloch)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 24 Jan 2019 11:40:22 +0000
> From: Graeme <musiquegraeme@gmail.com>
> To: maildev@lists.thunderbird.net
> Subject: [Maildev] ATN Web Extension Support
> Message-ID: <23689e9c-dc07-48b4-a487-51efd5a6ab71@gmail.com>
> Content-Type: text/plain; charset="windows-1252"; Format="flowed"
>
>
>> Message: 1
>> Date: Tue, 22 Jan 2019 11:43:08 -0800
>> From: Andrei Hajdukewycz <sancus@thunderbird.net>
>> To: Thunderbird email developers <maildev@lists.thunderbird.net>
>> Subject: [Maildev] ATN Web Extension Support
>>
>> ATN(addons.thunderbird.net <https://addons.thunderbird.net/>) now
>> supports web extensions for Thunderbird without having to use any
>> workarounds.
>>
>> * Web Extensions should no longer get Firefox-only compatibility by
>> default, so you shouldn't have to manually add Thunderbird
>> compatibility to web extension versions after upload anymore.
>> * The "Compatible with Firefox 57+" banner has been removed.
>> * 'strict_min_version' in manifest.json now requires '60.0' or greater.
>> o If you upload a version with a 'strict_min_version' lower than
>> 60.0, the validator will fail and state the required minimum.
>> o This does not apply retroactively to previously uploaded
>> versions or files.
> I tried to add "strict_min_version": "64.0", to my manifest.json and got an error message.
>
> 1548329475062 addons.webextension.singledomain@graeme.trial WARN Loading extension
> 'singledomain@graeme.trial': Reading manifest: Error processing strict_min_version: An
> unexpected property was found in the WebExtension manifest.
>
> It would be really wonderful to have a basic manifest.json file somewhere....
>
>