mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
mkdir apps/web/scripts
mv scripts/{cleanup.sh,ci_package.sh,copy-res.ts,deploy.py,package.sh} apps/web/scripts
And a couple of gitignore tweaks
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
34 lines
698 B
Plaintext
34 lines
698 B
Plaintext
{
|
|
"applinks": {
|
|
"details": [
|
|
{
|
|
"appIDs": [
|
|
"7J4U792NQT.im.vector.app",
|
|
"7J4U792NQT.io.element.elementx",
|
|
"7J4U792NQT.io.element.elementx.nightly"
|
|
],
|
|
"components": [
|
|
{
|
|
"?": {
|
|
"no_universal_links": "?*"
|
|
},
|
|
"exclude": true,
|
|
"comment": "Opt out of universal links"
|
|
},
|
|
{
|
|
"/": "/*",
|
|
"comment": "Matches any URL"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"webcredentials": {
|
|
"apps": [
|
|
"7J4U792NQT.im.vector.app",
|
|
"7J4U792NQT.io.element.elementx",
|
|
"7J4U792NQT.io.element.elementx.nightly"
|
|
]
|
|
}
|
|
}
|