Add ms-windows-store scheme

https://learn.microsoft.com/en-us/windows/uwp/launch-resume/launch-store-app
This commit is contained in:
Chris Mayo 2023-10-30 19:23:46 +00:00
parent 2cc17a36eb
commit 187ded1d9b
2 changed files with 2 additions and 0 deletions

View file

@ -436,6 +436,7 @@ ignored_schemes_other = r"""
|gemini # Gemini protocol
|isbn # ISBN (int. book numbers)
|javascript # JavaScript
|ms\-windows\-store # Microsoft Store
|slack # Slack Technologies client
|tg # Telegram
|whatsapp # WhatsApp

View file

@ -16,6 +16,7 @@ iana_uri_schemes_other = {
"gemini": "Gemini protocol",
"isbn": "ISBN (int. book numbers)",
"javascript": "JavaScript",
"ms-windows-store": "Microsoft Store",
"slack": "Slack Technologies client",
"tg": "Telegram",
"whatsapp": "WhatsApp",