diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /src/web/gui/v2/static/apple-app-site-association | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip |
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/web/gui/v2/static/apple-app-site-association')
-rw-r--r-- | src/web/gui/v2/static/apple-app-site-association | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/web/gui/v2/static/apple-app-site-association b/src/web/gui/v2/static/apple-app-site-association new file mode 100644 index 000000000..c4593e0c7 --- /dev/null +++ b/src/web/gui/v2/static/apple-app-site-association @@ -0,0 +1,11 @@ +{ + "applinks": { + "apps": [], + "details": [ + { + "appID": "2T8GZ986CU.cloud.netdata.ios", + "paths": [ "*" ] + } + ] + } +} |