Initial handler for yaak:// protocol

This commit is contained in:
Gregory Schier
2024-05-26 08:45:15 -07:00
parent 4f736b4656
commit d5c52e2ae5
8 changed files with 436 additions and 166 deletions

View File

@@ -22,6 +22,14 @@
}
},
"plugins": {
"deep-link": {
"mobile": [],
"desktop": {
"schemes": [
"yaak"
]
}
},
"updater": {
"endpoints": [
"https://update.yaak.app/check/{{target}}/{{arch}}/{{current_version}}"