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 2fd8275 commit 47961ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# local extension folder
sys.path.append(os.path.abspath('_extensions'))

project = u'WebExtension API Documentation for Thunderbird Beta<br><br>Manifest v3'
project = u'WebExtension API Documentation for Thunderbird Beta<br><br>Manifest V3'
source_suffix = '.rst'
master_doc = 'index'
exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store', 'overlay']
Expand Down 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

0 comments on commit 47961ef

Please sign in to comment.