Add litecoin schemes

https://litecoin.info/docs/key-concepts/uri-scheme
This commit is contained in:
Chris Mayo 2025-07-21 19:21:33 +01:00
parent 45ee206f0c
commit 6970a6c0a6
2 changed files with 4 additions and 0 deletions

View file

@ -457,6 +457,8 @@ ignored_schemes_other = r"""
|gemini # Gemini protocol
|isbn # ISBN (int. book numbers)
|javascript # JavaScript
|litecoin # Litecoin payment
|ltclightning # Litecoin Lightning invoice
|ms\-windows\-store # Microsoft Store
|slack # Slack Technologies client
|tg # Telegram

View file

@ -16,6 +16,8 @@ iana_uri_schemes_other = {
"gemini": "Gemini protocol",
"isbn": "ISBN (int. book numbers)",
"javascript": "JavaScript",
"litecoin": "Litecoin payment",
"ltclightning": "Litecoin Lightning invoice",
"ms-windows-store": "Microsoft Store",
"slack": "Slack Technologies client",
"tg": "Telegram",