Skip to content

Commit

Permalink
use Manifest V3 instead of Manifest v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Nov 30, 2023
1 parent 75f82ce commit 22129eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion browserAction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ __ https://github.com/thunderbird/sample-extensions

.. important::

This API will be replaced in Manifest v3 by the `action API <https://webextension-api.thunderbird.net/en/latest-mv3/action.html>`__.
This API will be replaced in Manifest V3 by the `action API <https://webextension-api.thunderbird.net/en/latest-mv3/action.html>`__.

.. role:: permission

Expand Down
2 changes: 1 addition & 1 deletion changes/esr115.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ spaces API

spacesToolbar API
=================
* Add :ref:`spacesToolbar.clickButton` to trigger a click on the button of a space in the spaces toolbar. In Manifest v3 the button-centric ``spacesToolbar API`` was removed and replaced by the space-centric ``spaces API``, where the corresponding method is named `spaces.open() <https://webextension-api.thunderbird.net/en/latest-mv3/spaces.html#open-spaceid-windowid>`__.
* Add :ref:`spacesToolbar.clickButton` to trigger a click on the button of a space in the spaces toolbar. In Manifest V3 the button-centric ``spacesToolbar API`` was removed and replaced by the space-centric ``spaces API``, where the corresponding method is named `spaces.open() <https://webextension-api.thunderbird.net/en/latest-mv3/spaces.html#open-spaceid-windowid>`__.

tabs API
========
Expand Down
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
versionwarning_latest_message = 'This is the API documentation for Thunderbird Beta. See version {newest} for the current ESR of Thunderbird.'

versionwarning_latest_mv3_type = 'danger'
versionwarning_latest_mv3_title = 'Warning (Manifest v3)'
versionwarning_latest_mv3_message = 'The Manifest v3 specification of Thunderbird is not finalized yet and will continue to change. More information can be found in our <a href="https://developer.thunderbird.net/add-ons/manifest-v3/">Manifest V3 announcement</a>.<br><br>See version {newest} for the Manifest V2 documentation of the current ESR of Thunderbird.'
versionwarning_latest_mv3_title = 'Warning (Manifest V3)'
versionwarning_latest_mv3_message = 'The Manifest V3 specification of Thunderbird is not finalized yet and will continue to change. More information can be found in our <a href="https://developer.thunderbird.net/add-ons/manifest-v3/">Manifest V3 announcement</a>.<br><br>See version {newest} for the Manifest V2 documentation of the current ESR of Thunderbird.'

versionwarning_current_type = 'note'
versionwarning_current_title = 'Note'
Expand Down
2 changes: 1 addition & 1 deletion overlay/browserAction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ __ https://github.com/thunderbird/sample-extensions

.. important::

This API will be replaced in Manifest v3 by the `action API <https://webextension-api.thunderbird.net/en/latest-mv3/action.html>`__.
This API will be replaced in Manifest V3 by the `action API <https://webextension-api.thunderbird.net/en/latest-mv3/action.html>`__.

0 comments on commit 22129eb

Please sign in to comment.