Initial handler for yaak:// protocol

This commit is contained in:
Gregory Schier
2024-05-26 08:45:15 -07:00
parent 9c77ec296d
commit 5dd897e042
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}}"