Update apple-app-site-association (#24847)
This commit is contained in:
parent
c8b3f5d512
commit
4440315cfb
1 changed files with 10 additions and 2 deletions
|
@ -3,7 +3,12 @@
|
||||||
"apps": [],
|
"apps": [],
|
||||||
"details": [
|
"details": [
|
||||||
{
|
{
|
||||||
"appID": "7J4U792NQT.im.vector.app",
|
"appIDs":[
|
||||||
|
"7J4U792NQT.im.vector.app",
|
||||||
|
"7J4U792NQT.io.element.elementx",
|
||||||
|
"7J4U792NQT.io.element.elementx.nightly",
|
||||||
|
"7J4U792NQT.io.element.elementx.pr"
|
||||||
|
],
|
||||||
"paths": [
|
"paths": [
|
||||||
"*"
|
"*"
|
||||||
]
|
]
|
||||||
|
@ -12,7 +17,10 @@
|
||||||
},
|
},
|
||||||
"webcredentials": {
|
"webcredentials": {
|
||||||
"apps": [
|
"apps": [
|
||||||
"7J4U792NQT.im.vector.app"
|
"7J4U792NQT.im.vector.app",
|
||||||
|
"7J4U792NQT.io.element.elementx",
|
||||||
|
"7J4U792NQT.io.element.elementx.nightly",
|
||||||
|
"7J4U792NQT.io.element.elementx.pr"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue